Re: iphlpapi: fix a compiler warning on non-Linux (try 2)

2009-03-04 Thread Alexandre Julliard
Austin English writes: > Is there any intention to add that in the near future? Or should I > file a bug? That's currently the only compiler warning on FreeBSD > (which is the first we've had in a while)... I'm not planning to add it, that's why there is a warning, to encourage someone else to d

Re: iphlpapi: fix a compiler warning on non-Linux (try 2)

2009-03-04 Thread Austin English
On Wed, Mar 4, 2009 at 4:38 AM, Alexandre Julliard wrote: > Austin English writes: > >> AJ's recent work in this area caused a warning on non-Linux OS's, >> where this function is not used. > > That's on purpose, the function is supposed to be used on other > platforms too. Is there any intentio

Re: iphlpapi: fix a compiler warning on non-Linux (try 2)

2009-03-04 Thread Austin English
On Wed, Mar 4, 2009 at 3:19 AM, Francois Gouget wrote: > On Tue, 3 Mar 2009, Austin English wrote: > >> AJ's recent work in this area caused a warning on non-Linux OS's, >> where this function is not used. >> >> Resending with a proper extension. > > Why does your patch modify dlls/ntdll/virtual.c

Re: iphlpapi: fix a compiler warning on non-Linux (try 2)

2009-03-04 Thread Alexandre Julliard
Austin English writes: > AJ's recent work in this area caused a warning on non-Linux OS's, > where this function is not used. That's on purpose, the function is supposed to be used on other platforms too. -- Alexandre Julliard julli...@winehq.org

Re: iphlpapi: fix a compiler warning on non-Linux (try 2)

2009-03-04 Thread Francois Gouget
On Tue, 3 Mar 2009, Austin English wrote: > AJ's recent work in this area caused a warning on non-Linux OS's, > where this function is not used. > > Resending with a proper extension. Why does your patch modify dlls/ntdll/virtual.c? It seems to me that this should be separate. -- Francois Gou