configure.ac: add -Werror to default compiler options

Jerome Leclanche adys.wh at gmail.com
Thu Sep 1 03:35:29 CDT 2011


Here is a warning report from a 64bit system. I get a lot of warnings
on both 32 and 64bit wines. Many of them are "variable set but not
used" (unused error returns, ...).

http://bugs.winehq.org/show_bug.cgi?id=26768 was filed a while ago for
the oleaut32 spam.


On Thu, Sep 1, 2011 at 7:13 AM, Octavian Voicu <octavian.voicu at gmail.com> wrote:
> On Thu, Sep 1, 2011 at 4:27 AM, Dan Kegel <dank at kegel.com> wrote:
>> At which point it would probably be a fine idea to add -Werror by default;
>> buildbot will help keep everyone in sync, even if they're using a compiler
>> that doesn't catch as many warnings as the one buildbot uses.
>
> Have you tried compiling on 64-bit? There are still a handful of
> compile warnings there (most in oleaut32/tmarshal.c; then
> setupapi/devinst.c; dsound+winmm).
>
> Octavian
>
>
>
-------------- next part --------------
---------- 32-bit ----------
ccache gcc -msse4 -O3 -Wall -m32 -c -I../../../dlls/advpack -I. -I../../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o advpack.o ../../../dlls/advpack/advpack.c
../../../dlls/advpack/advpack.c: In function ‘RegisterOCX’:
../../../dlls/advpack/advpack.c:495:37: warning: variable ‘param’ set but not used [-Wunused-but-set-variable]
../../../dlls/advpack/advpack.c:495:26: warning: variable ‘str_flags’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -m32 -c -I../../../dlls/gdi32 -I. -I../../../include -I../../include -I/usr/include/freetype2  -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o mfdrv/init.o ../../../dlls/gdi32/mfdrv/init.c
../../../dlls/gdi32/mfdrv/init.c: In function ‘MFDRV_MetaParam2’:
../../../dlls/gdi32/mfdrv/init.c:511:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c: In function ‘MFDRV_MetaParam4’:
../../../dlls/gdi32/mfdrv/init.c:529:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:530:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:531:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c: In function ‘MFDRV_MetaParam6’:
../../../dlls/gdi32/mfdrv/init.c:549:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:550:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:551:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:552:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:553:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c: In function ‘MFDRV_MetaParam8’:
../../../dlls/gdi32/mfdrv/init.c:571:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:572:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:573:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:574:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:575:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:576:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:577:5: warning: array subscript is above array bounds [-Warray-bounds]
--
ccache gcc -msse4 -O3 -Wall -m32 -c -I../../../../dlls/gdi32/tests -I. -I../../../../include -I../../../include  -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o bitmap.o ../../../../dlls/gdi32/tests/bitmap.c
../../../../dlls/gdi32/tests/bitmap.c: In function ‘test_mono_dibsection’:
../../../../dlls/gdi32/tests/bitmap.c:1190:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1191:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1192:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1207:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1208:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1209:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1230:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1231:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1232:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1244:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1245:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1246:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1268:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1269:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1270:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1285:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1286:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1287:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1303:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1304:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1305:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1315:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1316:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1317:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c: In function ‘test_dibsections’:
../../../../dlls/gdi32/tests/bitmap.c:551:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:574:66: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:585:66: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:601:44: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:601:81: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:601:126: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:611:94: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:611:131: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:611:176: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:623:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:624:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:625:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:665:24: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:666:24: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:667:24: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:696:25: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:725:49: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:725:90: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:725:139: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:735:99: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:735:140: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:735:189: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:782:29: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:783:29: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:784:29: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c: In function ‘test_GetDIBits’:
../../../../dlls/gdi32/tests/bitmap.c:1829:47: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1829:21: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1828:46: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1828:21: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1836:51: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1836:25: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1835:50: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1835:25: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1935:47: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1935:21: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1934:46: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1934:21: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1942:51: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1942:25: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1941:50: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1941:25: warning: array subscript is above array bounds [-Warray-bounds]
--
ccache gcc -msse4 -O3 -Wall -m32 -c -I../../../../dlls/gdi32/tests -I. -I../../../../include -I../../../include  -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o dib.o ../../../../dlls/gdi32/tests/dib.c
../../../../dlls/gdi32/tests/dib.c: In function ‘draw_graphics’:
../../../../dlls/gdi32/tests/dib.c:851:24: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:852:24: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:853:24: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c: In function ‘test_simple_graphics’:
../../../../dlls/gdi32/tests/dib.c:1169:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1170:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1171:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1172:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1173:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1174:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1175:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1176:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1177:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1178:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1179:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1180:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1216:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1217:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1218:19: warning: array subscript is above array bounds [-Warray-bounds]
--
ccache gcc -msse4 -O3 -Wall -m32 -c -I../../../../dlls/gdi32/tests -I. -I../../../../include -I../../../include  -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o pen.o ../../../../dlls/gdi32/tests/pen.c
../../../../dlls/gdi32/tests/pen.c: In function ‘func_pen’:
../../../../dlls/gdi32/tests/pen.c:300:132: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/pen.c:431:132: warning: array subscript is above array bounds [-Warray-bounds]
--
ccache gcc -msse4 -O3 -Wall -m32 -c -I../../../../dlls/gdiplus/tests -I. -I../../../../include -I../../../include  -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o image.o ../../../../dlls/gdiplus/tests/image.c
../../../../dlls/gdiplus/tests/image.c: In function ‘test_palette’:
../../../../dlls/gdiplus/tests/image.c:1773:104: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdiplus/tests/image.c:1858:21: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdiplus/tests/image.c:1863:21: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdiplus/tests/image.c:1873:104: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdiplus/tests/image.c:1882:21: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdiplus/tests/image.c:1883:21: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdiplus/tests/image.c:1893:104: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdiplus/tests/image.c:1894:104: warning: array subscript is above array bounds [-Warray-bounds]
--
ccache gcc -msse4 -O3 -Wall -m32 -c -I../../../dlls/kernel32 -I. -I../../../include -I../../include  -D__WINESRC__ -D_KERNEL32_ -D_NORMALIZE_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o virtual.o ../../../dlls/kernel32/virtual.c
../../../dlls/kernel32/virtual.c: In function ‘IsBadReadPtr’:
../../../dlls/kernel32/virtual.c:653:14: warning: variable ‘dummy’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -m32 -c -I../../../dlls/mshtml -I. -I../../../include -I../../include  -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o persist.o ../../../dlls/mshtml/persist.c
../../../dlls/mshtml/persist.c: In function ‘set_downloading_proc’:
../../../dlls/mshtml/persist.c:163:13: warning: variable ‘hres’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -m32 -c -I../../../dlls/ntdll -I. -I../../../include -I../../include  -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o heap.o ../../../dlls/ntdll/heap.c
../../../dlls/ntdll/heap.c: In function ‘notify_alloc’:
../../../dlls/ntdll/heap.c:254:19: warning: variable ‘_qzz_res’ set but not used [-Wunused-but-set-variable]
../../../dlls/ntdll/heap.c: In function ‘notify_free’:
../../../dlls/ntdll/heap.c:262:19: warning: variable ‘_qzz_res’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -m32 -c -I../../../dlls/ntdll -I. -I../../../include -I../../include  -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o virtual.o ../../../dlls/ntdll/virtual.c
../../../dlls/ntdll/virtual.c: In function ‘map_image’:
../../../dlls/ntdll/virtual.c:1363:19: warning: variable ‘_qzz_res’ set but not used [-Wunused-but-set-variable]
../../../dlls/ntdll/virtual.c: In function ‘virtual_check_buffer_for_read’:
../../../dlls/ntdll/virtual.c:1648:14: warning: variable ‘dummy’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -m32 -c -I../../../../dlls/ntdll/tests -I. -I../../../../include -I../../../include  -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o atom.o ../../../../dlls/ntdll/tests/atom.c
../../../../dlls/ntdll/tests/atom.c: In function ‘test_Global’:
../../../../dlls/ntdll/tests/atom.c:470:59: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/ntdll/tests/atom.c:470:44: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/ntdll/tests/atom.c:470:29: warning: array subscript is above array bounds [-Warray-bounds]
--
ccache gcc -msse4 -O3 -Wall -m32 -c -I../../../../dlls/oleaut32/tests -I. -I../../../../include -I../../../include  -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o vartype.o ../../../../dlls/oleaut32/tests/vartype.c
../../../../dlls/oleaut32/tests/vartype.c: In function ‘test_VarI8ChangeTypeEx’:
../../../../dlls/oleaut32/tests/vartype.c:2388:24: warning: variable ‘out’ set but not used [-Wunused-but-set-variable]
../../../../dlls/oleaut32/tests/vartype.c: In function ‘test_VarUI8ChangeTypeEx’:
../../../../dlls/oleaut32/tests/vartype.c:2653:25: warning: variable ‘out’ set but not used [-Wunused-but-set-variable]
../../../../dlls/oleaut32/tests/vartype.c: In function ‘test_VarCyCmp’:
../../../../dlls/oleaut32/tests/vartype.c:3900:47: warning: variable ‘out’ set but not used [-Wunused-but-set-variable]
../../../../dlls/oleaut32/tests/vartype.c: In function ‘test_VarCyCmpR8’:
../../../../dlls/oleaut32/tests/vartype.c:3921:47: warning: variable ‘out’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -m32 -c -I../../../dlls/setupapi -I. -I../../../include -I../../include  -D__WINESRC__ -D_SETUPAPI_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o install.o ../../../dlls/setupapi/install.c
../../../dlls/setupapi/install.c: In function ‘InstallHinfSectionW’:
../../../dlls/setupapi/install.c:1203:10: warning: variable ‘mode’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -m32 -c -I../../../../dlls/shell32/tests -I. -I../../../../include -I../../../include  -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o shlfolder.o ../../../../dlls/shell32/tests/shlfolder.c
../../../../dlls/shell32/tests/shlfolder.c: In function ‘test_ITEMIDLIST_format’:
../../../../dlls/shell32/tests/shlfolder.c:1846:30: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/shell32/tests/shlfolder.c:1847:30: warning: array subscript is above array bounds [-Warray-bounds]
--
ccache gcc -msse4 -O3 -Wall -m32 -c -I../../../dlls/spoolss -I. -I../../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o router.o ../../../dlls/spoolss/router.c
../../../dlls/spoolss/router.c: In function ‘backend_load_all’:
../../../dlls/spoolss/router.c:269:17: warning: variable ‘pb’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -m32 -c -I../../../dlls/winealsa.drv -I. -I../../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o waveout.o ../../../dlls/winealsa.drv/waveout.c
../../../dlls/winealsa.drv/waveout.c: In function ‘wodPlayer_DSPWait’:
../../../dlls/winealsa.drv/waveout.c:198:9: warning: variable ‘err’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -m32 -c -I../../../dlls/wined3d -I. -I../../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o surface.o ../../../dlls/wined3d/surface.c
../../../dlls/wined3d/surface.c: In function ‘read_from_framebuffer_texture’:
../../../dlls/wined3d/surface.c:4200:35: warning: variable ‘gl_info’ set but not used [-Wunused-but-set-variable]

---------- 64-bit ----------
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/advpack -I. -I../../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o advpack.o ../../../dlls/advpack/advpack.c
../../../dlls/advpack/advpack.c: In function ‘RegisterOCX’:
../../../dlls/advpack/advpack.c:495:37: warning: variable ‘param’ set but not used [-Wunused-but-set-variable]
../../../dlls/advpack/advpack.c:495:26: warning: variable ‘str_flags’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/dbghelp -I. -I../../../include -I../../include  -D__WINESRC__ -D_IMAGEHLP_SOURCE_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o cpu_x86_64.o ../../../dlls/dbghelp/cpu_x86_64.c
../../../dlls/dbghelp/cpu_x86_64.c: In function ‘is_inside_epilog’:
../../../dlls/dbghelp/cpu_x86_64.c:322:14: warning: variable ‘rex’ set but not used [-Wunused-but-set-variable]
../../../dlls/dbghelp/cpu_x86_64.c: In function ‘interpret_function_table_entry’:
../../../dlls/dbghelp/cpu_x86_64.c:369:38: warning: variable ‘off’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/dsound -I. -I../../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o buffer.o ../../../dlls/dsound/buffer.c
../../../dlls/dsound/buffer.c: In function ‘IKsBufferPropertySetImpl_Get’:
../../../dlls/dsound/buffer.c:1321:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
../../../dlls/dsound/buffer.c: In function ‘IKsBufferPropertySetImpl_Set’:
../../../dlls/dsound/buffer.c:1358:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/dsound -I. -I../../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o primary.o ../../../dlls/dsound/primary.c
../../../dlls/dsound/primary.c: In function ‘DSOUND_ReopenDevice’:
../../../dlls/dsound/primary.c:108:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/gdi32 -I. -I../../../include -I../../include -I/usr/include/freetype2  -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o mfdrv/init.o ../../../dlls/gdi32/mfdrv/init.c
../../../dlls/gdi32/mfdrv/init.c: In function ‘MFDRV_MetaParam2’:
../../../dlls/gdi32/mfdrv/init.c:511:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c: In function ‘MFDRV_MetaParam4’:
../../../dlls/gdi32/mfdrv/init.c:529:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:530:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:531:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c: In function ‘MFDRV_MetaParam6’:
../../../dlls/gdi32/mfdrv/init.c:549:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:550:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:551:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:552:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:553:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c: In function ‘MFDRV_MetaParam8’:
../../../dlls/gdi32/mfdrv/init.c:571:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:572:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:573:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:574:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:575:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:576:5: warning: array subscript is above array bounds [-Warray-bounds]
../../../dlls/gdi32/mfdrv/init.c:577:5: warning: array subscript is above array bounds [-Warray-bounds]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../../dlls/gdi32/tests -I. -I../../../../include -I../../../include  -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o bitmap.o ../../../../dlls/gdi32/tests/bitmap.c
../../../../dlls/gdi32/tests/bitmap.c: In function ‘test_mono_dibsection’:
../../../../dlls/gdi32/tests/bitmap.c:1190:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1191:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1192:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1207:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1208:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1209:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1230:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1231:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1232:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1244:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1245:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1246:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1268:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1269:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1270:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1285:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1286:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1287:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1303:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1304:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1305:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1315:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1316:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1317:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c: In function ‘test_dibsections’:
../../../../dlls/gdi32/tests/bitmap.c:551:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:574:66: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:585:66: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:601:44: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:601:81: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:601:126: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:611:94: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:611:131: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:611:176: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:623:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:624:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:625:20: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:665:24: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:666:24: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:667:24: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:696:25: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:725:49: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:725:90: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:725:139: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:735:99: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:735:140: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:735:189: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:782:29: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:783:29: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:784:29: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c: In function ‘test_GetDIBits’:
../../../../dlls/gdi32/tests/bitmap.c:1829:47: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1829:21: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1828:46: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1828:21: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1836:51: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1836:25: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1835:50: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1835:25: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1935:47: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1935:21: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1934:46: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1934:21: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1942:51: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1942:25: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1941:50: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/bitmap.c:1941:25: warning: array subscript is above array bounds [-Warray-bounds]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../../dlls/gdi32/tests -I. -I../../../../include -I../../../include  -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o dib.o ../../../../dlls/gdi32/tests/dib.c
../../../../dlls/gdi32/tests/dib.c: In function ‘draw_graphics’:
../../../../dlls/gdi32/tests/dib.c:851:24: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:852:24: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:853:24: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c: In function ‘test_simple_graphics’:
../../../../dlls/gdi32/tests/dib.c:1169:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1170:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1171:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1172:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1173:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1174:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1175:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1176:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1177:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1178:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1179:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1180:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1216:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1217:19: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/dib.c:1218:19: warning: array subscript is above array bounds [-Warray-bounds]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../../dlls/gdi32/tests -I. -I../../../../include -I../../../include  -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o pen.o ../../../../dlls/gdi32/tests/pen.c
../../../../dlls/gdi32/tests/pen.c: In function ‘func_pen’:
../../../../dlls/gdi32/tests/pen.c:300:132: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdi32/tests/pen.c:431:132: warning: array subscript is above array bounds [-Warray-bounds]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../../dlls/gdiplus/tests -I. -I../../../../include -I../../../include  -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o image.o ../../../../dlls/gdiplus/tests/image.c
../../../../dlls/gdiplus/tests/image.c: In function ‘test_palette’:
../../../../dlls/gdiplus/tests/image.c:1773:104: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdiplus/tests/image.c:1858:21: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdiplus/tests/image.c:1863:21: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdiplus/tests/image.c:1873:104: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdiplus/tests/image.c:1882:21: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdiplus/tests/image.c:1883:21: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdiplus/tests/image.c:1893:104: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/gdiplus/tests/image.c:1894:104: warning: array subscript is above array bounds [-Warray-bounds]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/kernel32 -I. -I../../../include -I../../include  -D__WINESRC__ -D_KERNEL32_ -D_NORMALIZE_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o virtual.o ../../../dlls/kernel32/virtual.c
../../../dlls/kernel32/virtual.c: In function ‘IsBadReadPtr’:
../../../dlls/kernel32/virtual.c:653:14: warning: variable ‘dummy’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/mshtml -I. -I../../../include -I../../include  -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o persist.o ../../../dlls/mshtml/persist.c
../../../dlls/mshtml/persist.c: In function ‘set_downloading_proc’:
../../../dlls/mshtml/persist.c:163:13: warning: variable ‘hres’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/ntdll -I. -I../../../include -I../../include  -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o heap.o ../../../dlls/ntdll/heap.c
../../../dlls/ntdll/heap.c: In function ‘notify_alloc’:
../../../dlls/ntdll/heap.c:254:19: warning: variable ‘_qzz_res’ set but not used [-Wunused-but-set-variable]
../../../dlls/ntdll/heap.c: In function ‘notify_free’:
../../../dlls/ntdll/heap.c:262:19: warning: variable ‘_qzz_res’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/ntdll -I. -I../../../include -I../../include  -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o signal_x86_64.o ../../../dlls/ntdll/signal_x86_64.c
../../../dlls/ntdll/signal_x86_64.c: In function ‘is_inside_epilog’:
../../../dlls/ntdll/signal_x86_64.c:2632:14: warning: variable ‘rex’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/ntdll -I. -I../../../include -I../../include  -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o virtual.o ../../../dlls/ntdll/virtual.c
../../../dlls/ntdll/virtual.c: In function ‘map_image’:
../../../dlls/ntdll/virtual.c:1363:19: warning: variable ‘_qzz_res’ set but not used [-Wunused-but-set-variable]
../../../dlls/ntdll/virtual.c: In function ‘virtual_check_buffer_for_read’:
../../../dlls/ntdll/virtual.c:1648:14: warning: variable ‘dummy’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../../dlls/ntdll/tests -I. -I../../../../include -I../../../include  -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o atom.o ../../../../dlls/ntdll/tests/atom.c
../../../../dlls/ntdll/tests/atom.c: In function ‘test_Global’:
../../../../dlls/ntdll/tests/atom.c:470:59: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/ntdll/tests/atom.c:470:44: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/ntdll/tests/atom.c:470:29: warning: array subscript is above array bounds [-Warray-bounds]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/oleaut32 -I. -I../../../include -I../../include  -D__WINESRC__ -D_OLEAUT32_ -DCOM_NO_WINDOWS_H -DENTRY_PREFIX=OLEAUTPS_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL -DPROXY_CLSID=CLSID_PSFactoryBuffer -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o safearray.o ../../../dlls/oleaut32/safearray.c
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/oleaut32 -I. -I../../../include -I../../include  -D__WINESRC__ -D_OLEAUT32_ -DCOM_NO_WINDOWS_H -DENTRY_PREFIX=OLEAUTPS_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL -DPROXY_CLSID=CLSID_PSFactoryBuffer -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o tmarshal.o ../../../dlls/oleaut32/tmarshal.c
../../../dlls/oleaut32/tmarshal.c:426:3: warning: #warning You need to implement stubless proxies for your architecture [-Wcpp]
../../../dlls/oleaut32/tmarshal.c: In function ‘serialize_param’:
../../../dlls/oleaut32/tmarshal.c:717:279: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/oleaut32/tmarshal.c:793:73: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/oleaut32/tmarshal.c:794:56: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/oleaut32/tmarshal.c:800:50: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/oleaut32/tmarshal.c:802:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/oleaut32/tmarshal.c:802:41: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/oleaut32/tmarshal.c:807:51: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/oleaut32/tmarshal.c:809:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/oleaut32/tmarshal.c:809:41: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/oleaut32/tmarshal.c:895:92: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/oleaut32/tmarshal.c: In function ‘deserialize_param’:
../../../dlls/oleaut32/tmarshal.c:1076:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
../../../dlls/oleaut32/tmarshal.c:1079:78: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/oleaut32/tmarshal.c:1086:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
../../../dlls/oleaut32/tmarshal.c:1181:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
../../../dlls/oleaut32/tmarshal.c:1189:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/oleaut32/tmarshal.c: In function ‘init_proxy_entry_point’:
../../../dlls/oleaut32/tmarshal.c:1699:17: warning: unused variable ‘xasm’ [-Wunused-variable]
../../../dlls/oleaut32/tmarshal.c: At top level:
../../../dlls/oleaut32/tmarshal.c:1317:1: warning: ‘xCall’ defined but not used [-Wunused-function]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../../dlls/oleaut32/tests -I. -I../../../../include -I../../../include  -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o vartype.o ../../../../dlls/oleaut32/tests/vartype.c
../../../../dlls/oleaut32/tests/vartype.c: In function ‘test_VarI8ChangeTypeEx’:
../../../../dlls/oleaut32/tests/vartype.c:2388:24: warning: variable ‘out’ set but not used [-Wunused-but-set-variable]
../../../../dlls/oleaut32/tests/vartype.c: In function ‘test_VarUI8ChangeTypeEx’:
../../../../dlls/oleaut32/tests/vartype.c:2653:25: warning: variable ‘out’ set but not used [-Wunused-but-set-variable]
../../../../dlls/oleaut32/tests/vartype.c: In function ‘test_VarCyCmp’:
../../../../dlls/oleaut32/tests/vartype.c:3900:47: warning: variable ‘out’ set but not used [-Wunused-but-set-variable]
../../../../dlls/oleaut32/tests/vartype.c: In function ‘test_VarCyCmpR8’:
../../../../dlls/oleaut32/tests/vartype.c:3921:47: warning: variable ‘out’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/setupapi -I. -I../../../include -I../../include  -D__WINESRC__ -D_SETUPAPI_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o devinst.o ../../../dlls/setupapi/devinst.c
../../../dlls/setupapi/devinst.c: In function ‘SETUPDI_AllocateDeviceInfo’:
../../../dlls/setupapi/devinst.c:470:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
../../../dlls/setupapi/devinst.c: In function ‘SETUPDI_FreeDeviceInfo’:
../../../dlls/setupapi/devinst.c:527:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/setupapi/devinst.c: In function ‘SetupDiGetDeviceRegistryPropertyA’:
../../../dlls/setupapi/devinst.c:3106:278: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
../../../dlls/setupapi/devinst.c: In function ‘SetupDiGetDeviceRegistryPropertyW’:
../../../dlls/setupapi/devinst.c:3167:278: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
../../../dlls/setupapi/devinst.c: In function ‘CM_Get_Device_IDA’:
../../../dlls/setupapi/devinst.c:3940:45: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/setupapi/devinst.c: In function ‘CM_Get_Device_IDW’:
../../../dlls/setupapi/devinst.c:3958:45: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/setupapi/devinst.c:3970:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/setupapi/devinst.c: In function ‘CM_Get_Device_ID_Size’:
../../../dlls/setupapi/devinst.c:3982:47: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/setupapi/devinst.c:3993:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/setupapi -I. -I../../../include -I../../include  -D__WINESRC__ -D_SETUPAPI_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o install.o ../../../dlls/setupapi/install.c
../../../dlls/setupapi/install.c: In function ‘InstallHinfSectionW’:
../../../dlls/setupapi/install.c:1203:10: warning: variable ‘mode’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/shell32 -I. -I../../../include -I../../include  -D__WINESRC__ -D_SHELL32_ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o recyclebin.o ../../../dlls/shell32/recyclebin.c
../../../dlls/shell32/recyclebin.c: In function ‘RecycleBinMenu_InvokeCommand’:
../../../dlls/shell32/recyclebin.c:243:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../../dlls/shell32/tests -I. -I../../../../include -I../../../include  -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o shlfolder.o ../../../../dlls/shell32/tests/shlfolder.c
../../../../dlls/shell32/tests/shlfolder.c: In function ‘test_ITEMIDLIST_format’:
../../../../dlls/shell32/tests/shlfolder.c:1846:30: warning: array subscript is above array bounds [-Warray-bounds]
../../../../dlls/shell32/tests/shlfolder.c:1847:30: warning: array subscript is above array bounds [-Warray-bounds]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/spoolss -I. -I../../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o router.o ../../../dlls/spoolss/router.c
../../../dlls/spoolss/router.c: In function ‘backend_load_all’:
../../../dlls/spoolss/router.c:269:17: warning: variable ‘pb’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/winealsa.drv -I. -I../../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o waveout.o ../../../dlls/winealsa.drv/waveout.c
../../../dlls/winealsa.drv/waveout.c: In function ‘wodPlayer_DSPWait’:
../../../dlls/winealsa.drv/waveout.c:198:9: warning: variable ‘err’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/wined3d -I. -I../../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o surface.o ../../../dlls/wined3d/surface.c
../../../dlls/wined3d/surface.c: In function ‘read_from_framebuffer_texture’:
../../../dlls/wined3d/surface.c:4200:35: warning: variable ‘gl_info’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/wineps.drv -I. -I../../../include -I../../include -I/usr/include/freetype2  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o type1.o ../../../dlls/wineps.drv/type1.c
../../../dlls/wineps.drv/type1.c: In function ‘append_complex_glyph’:
../../../dlls/wineps.drv/type1.c:417:38: warning: variable ‘scale_yx’ set but not used [-Wunused-but-set-variable]
../../../dlls/wineps.drv/type1.c:417:24: warning: variable ‘scale_xy’ set but not used [-Wunused-but-set-variable]
../../../dlls/wineps.drv/type1.c:417:10: warning: variable ‘scale_xx’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../dlls/winmm -I. -I../../../include -I../../include  -D__WINESRC__ -D_WINMM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o winmm.o ../../../dlls/winmm/winmm.c
../../../dlls/winmm/winmm.c: In function ‘MMSYSTEM_GetMidiStream’:
../../../dlls/winmm/winmm.c:976:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../../../dlls/winmm/winmm.c: In function ‘MMSYSTEM_MidiStream_MessageHandler’:
../../../dlls/winmm/winmm.c:1093:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
../../../dlls/winmm/winmm.c: In function ‘midiStreamOpen’:
../../../dlls/winmm/winmm.c:1305:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../programs/services -I. -I../../../include -I../../include  -DWINE_STRICT_PROTOTYPES -DWINE_NO_UNICODE_MACROS -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o services.o ../../../programs/services/services.c
../../../programs/services/services.c: In function ‘scmdatabase_autostart_services’:
../../../programs/services/services.c:292:15: warning: variable ‘err’ set but not used [-Wunused-but-set-variable]
--
ccache gcc -msse4 -O3 -Wall -c -I../../../programs/winedbg -I. -I../../../include -I../../include  -DWINE_STRICT_PROTOTYPES -DWINE_NO_UNICODE_MACROS -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o be_x86_64.o ../../../programs/winedbg/be_x86_64.c
../../../programs/winedbg/be_x86_64.c: In function ‘be_x86_64_is_func_call’:
../../../programs/winedbg/be_x86_64.c:338:11: warning: variable ‘segment’ set but not used [-Wunused-but-set-variable]

---------- system ----------
Operating System
    Linux azura 3.0.0-9-generic #14-Ubuntu SMP Tue Aug 23 17:03:26 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

Configuration (32-bit)
    '--prefix=/usr' '--libdir=/usr/lib32' '--enable-tests' '--disable-win64' '--with-wine64=/home/adys/src/wine/build64' '--with-alsa' '--with-freetype' '--without-gstreamer' '--with-jpeg' '--with-ldap' '--with-openal' '--with-opengl' '--with-openssl' '--with-png' '--with-x' '--with-xinerama' '--with-xinput2' '--with-xml' '--with-xrandr' '--without-capi' '--without-cms' '--without-cups' '--without-curses' '--without-fontconfig' '--without-gettextpo' '--without-gnutls' '--without-gphoto' '--without-gsm' '--without-hal' '--without-mpg123' '--without-opencl' '--without-oss' '--without-sane' '--without-tiff' '--without-v4l' '--without-xslt' '--without-xxf86vm' 'CC=ccache gcc -msse4 -O3 -Wall'

Configuration (64-bit)
    '--prefix=/usr' '--libdir=/usr/lib' '--enable-tests' '--enable-win64' '--with-alsa' '--with-freetype' '--without-gstreamer' '--with-jpeg' '--with-ldap' '--with-openal' '--with-opengl' '--with-openssl' '--with-png' '--with-x' '--with-xinerama' '--with-xinput2' '--with-xml' '--with-xrandr' '--without-capi' '--without-cms' '--without-cups' '--without-curses' '--without-fontconfig' '--without-gettextpo' '--without-gnutls' '--without-gphoto' '--without-gsm' '--without-hal' '--without-mpg123' '--without-opencl' '--without-oss' '--without-sane' '--without-tiff' '--without-v4l' '--without-xslt' '--without-xxf86vm' 'CC=ccache gcc -msse4 -O3 -Wall'

Warning report for wine-1.3.27-152-g1103cb9


More information about the wine-devel mailing list