http://bugs.winehq.org/show_bug.cgi?id=16319
Summary: winealsa: compiler errors Product: Wine Version: 1.1.9 Platform: PC OS/Version: Linux Status: NEW Keywords: download, regression, source Severity: minor Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com CC: m.b.lankhorst@gmail.com
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strength-reduce -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -Werror -o wavein.o wavein.c cc1: warnings being treated as errors wavein.c: In function ‘ALSA_widMessage’: wavein.c:787: warning: format ‘%08X’ expects type ‘unsigned int’, but argument 7 has type ‘DWORD_PTR’ wavein.c:787: warning: format ‘%08X’ expects type ‘unsigned int’, but argument 8 has type ‘DWORD_PTR’ wavein.c:787: warning: format ‘%08X’ expects type ‘unsigned int’, but argument 9 has type ‘DWORD_PTR’ make[2]: *** [wavein.o] Error 1 make[2]: Leaving directory `/home/austin/wine-git/dlls/winealsa.drv' make[1]: *** [winealsa.drv] Error 2 make[1]: Leaving directory `/home/austin/wine-git/dlls' make: *** [dlls] Error 2
gcc 4.1.2
http://source.winehq.org/git/wine.git/?a=commitdiff;h=2614269d93d78232151586...