http://bugs.winehq.org/show_bug.cgi?id=16341
Summary: wineserver/trace: format not a string literal and no format arguments Product: Wine Version: 1.1.9 Platform: PC OS/Version: Linux Status: NEW Keywords: download, patch, source Severity: minor Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=17646) --> (http://bugs.winehq.org/attachment.cgi?id=17646) patch
gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe -fno-strength-reduce -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -Werror -o trace.o trace.c cc1: warnings being treated as errors trace.c: In function ‘dump_timeout’: trace.c:70: error: format not a string literal and no format arguments make[1]: *** [trace.o] Error 1 make[1]: Leaving directory `/home/austin/wine-git/server' make: *** [server] Error 2
Attached patch fixes the issue, but may not be a proper fix.
Only occurs on gcc 4.3+
http://bugs.winehq.org/show_bug.cgi?id=16341
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #1 from Austin English austinenglish@gmail.com 2008-12-05 12:10:39 --- Fixed, thanks Vincent!
http://bugs.winehq.org/show_bug.cgi?id=16341
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2008-12-20 09:06:32 --- Closing bugs fixed in 1.1.11.