Re: COMCTL32: Fix some gcc 4.1 warnings caused by windowsx.h macros.

2006-03-03 Thread Thomas Weidenmueller
Rob Shearman wrote: > IMHO, it would be better to see one patch that turns this warning off > than ten patches that obfuscate the code I absolutely appreciate this warning, IMO it's not code obfuscation. - Thomas

Re: COMCTL32: Fix some gcc 4.1 warnings caused by windowsx.h macros.

2006-03-03 Thread Mike McCormack
Rob Shearman wrote: I see little benefit in this warning being enabled. IMHO, it would be better to see one patch that turns this warning off than ten patches that obfuscate the code Yesterday, Alexandre fixed 4 problems that showed using this warning: http://source.winehq.org/git/?p=wine

Re: COMCTL32: Fix some gcc 4.1 warnings caused by windowsx.h macros.

2006-03-03 Thread Rob Shearman
Mike McCormack wrote: ChangeLog: Fix some gcc 4.1 warnings caused by windowsx.h macros. I see little benefit in this warning being enabled. IMHO, it would be better to see one patch that turns this warning off than ten patches that obfuscate the code Rob