Re: [libvirt] [PATCH] Mark in_open parameter of remoteAuthenticate as unused when it's unused

2010-04-20 Thread Matthias Bolte
2010/4/20 Eric Blake : > On 04/20/2010 12:56 PM, Matthias Bolte wrote: >> Otherwise compiling with -Werror will fail. >> --- >> >> >>  static int >> -remoteAuthenticate (virConnectPtr conn, struct private_data *priv, int >> in_open, >> +remoteAuthenticate (virConnectPtr conn, struct private_data *

Re: [libvirt] [PATCH] Mark in_open parameter of remoteAuthenticate as unused when it's unused

2010-04-20 Thread Eric Blake
On 04/20/2010 12:56 PM, Matthias Bolte wrote: > Otherwise compiling with -Werror will fail. > --- > > > static int > -remoteAuthenticate (virConnectPtr conn, struct private_data *priv, int > in_open, > +remoteAuthenticate (virConnectPtr conn, struct private_data *priv, int > in_open > +#if !H

[libvirt] [PATCH] Mark in_open parameter of remoteAuthenticate as unused when it's unused

2010-04-20 Thread Matthias Bolte
Otherwise compiling with -Werror will fail. --- I just pushed this trivial patch. src/remote/remote_driver.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index e3df27b..c2b58e6 100644 --- a/src/remote/remote