http://bugs.winehq.org/show_bug.cgi?id=19905
Summary: windowscodec: compiler warnings on OS X Product: Wine Version: 1.1.28 Platform: PC OS/Version: Mac OS X 10.5 Status: NEW Keywords: download, source Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
gcc -m32 -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/Users/austin/.winedeps/usr/include -I/Users/austin/.winedeps/usr/include -o stream.o stream.c stream.c: In function 'test_StreamOnMemory': stream.c:107: warning: format '%u' expects type 'unsigned int', but argument 6 has type 'long unsigned int' stream.c:143: warning: format '%u' expects type 'unsigned int', but argument 4 has type 'long unsigned int' stream.c:167: warning: format '%u' expects type 'unsigned int', but argument 4 has type 'long unsigned int' stream.c:295: warning: format '%u' expects type 'unsigned int', but argument 6 has type 'long unsigned int'