Re: advpack: DoInfInstall test, fix

2005-12-08 Thread Stefan Huehner
On Fri, Dec 09, 2005 at 12:35:29AM +0100, Markus Amsler wrote: > Changelog: > Markus Amsler <[EMAIL PROTECTED]> > Add test for DoInfInstall and make it pass under wine. > +static void infinstall_test() Hi, could you please use static void infinstall_test(void) for the aboce line, as this in mo

unicode.h and -Wcast-qual

2005-06-20 Thread Stefan Huehner
Hi, i am currently trying to fix the -Wcast-qual warnings. In include/wine/unicode.h there a 4 function: static inline int strncmpW( const WCHAR *str1, const WCHAR *str2, int n) static inline WCHAR *strchrW( const WCHAR *str, WCHAR ch ) static inline WCHAR *strrchrW( const WCHAR *str, WCHAR ch )

Re: fix some -Wstrict-prototypes warning

2005-06-16 Thread Stefan Huehner
On Thu, Jun 16, 2005 at 05:01:28PM -0400, Dimi Paun wrote: > > next patch in series to remove -Wstrict-prototypes warnings. > > Will we be able to ever turn this on by default? I would welcome to enable some more checks in the default configuration, but see below.. > If so, how far away are we?