On Mon, Dec 29, 2008 at 2:49 PM, Danny Rawlins monster.romster@gmail.com wrote:
Fix between unsigned and signed types this is my first wine patch but you may already know me in irc as <Romster>.
Also I don't find any -W compiler option to warn against incorrect placeholders like using a int for a string.
Thanks to <arethusa> for help, I am still learning C but have patched many programs.
Regards, Danny Rawlins
I think you want to use: CFLAGS="-Wsign-compare"