http://bugs.winehq.org/show_bug.cgi?id=15397
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #16258|0 |1 is obsolete| |
--- Comment #3 from Austin English austinenglish@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@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