[Bug 15397] gdi32: path.c fails to build with gcc 4.2, -Werror -O3

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 29 21:14:29 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=15397


Austin English <austinenglish at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #16258|0                           |1
        is obsolete|                            |




--- Comment #3 from Austin English <austinenglish at gmail.com>  2008-09-29 21:14:28 ---
Created an attachment (id=16376)
 --> (http://bugs.winehq.org/attachment.cgi?id=16376)
attempted patch

Is this what you mean?

Still fails:
austin at austin-desktop:~/wine-git/dlls/gdi32$ make
/usr/bin/gcc-4.2 -O3 -c -I. -I. -I../../include -I../../include
-I/usr/include/freetype2  -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall
-pipe -fno-strength-reduce -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wpointer-arith  -Werror  -o path.o path.c
cc1: warnings being treated as errors
path.c: In function ‘PATH_PolyPolygon’:
path.c:1518: warning: ‘startpt.x’ is used uninitialized in this function
path.c:1079: note: ‘startpt.x’ was declared here
path.c:1518: warning: ‘startpt.y’ is used uninitialized in this function
path.c:1079: note: ‘startpt.y’ was declared here
make: *** [path.o] Error 1


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list