ChangeSet ID: 19864 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/29 04:38:19
Modified files: dlls/rsaenh/tests: rsaenh.c dlls/odbc32 : proxyodbc.c dlls/netapi32 : nbt.c nbnamecache.c dlls/itss : lzx.c chm_lib.c dlls/icmp : icmp_main.c dlls/dinput : joystick_linux.c dlls/crypt32/tests: protectdata.c main.c dlls/crypt32 : protectdata.c encode.c
Log message: Mike McCormack mike@codeweavers.com gcc 4.0 warning fixes.
Patch: http://cvs.winehq.org/patch.py?id=19864
Old revision New revision Changes Path 1.11 1.12 +2 -2 wine/dlls/rsaenh/tests/rsaenh.c 1.29 1.30 +10 -10 wine/dlls/odbc32/proxyodbc.c 1.14 1.15 +11 -11 wine/dlls/netapi32/nbt.c 1.4 1.5 +3 -3 wine/dlls/netapi32/nbnamecache.c 1.2 1.3 +2 -2 wine/dlls/itss/lzx.c 1.7 1.8 +12 -15 wine/dlls/itss/chm_lib.c 1.27 1.28 +3 -3 wine/dlls/icmp/icmp_main.c 1.31 1.32 +2 -2 wine/dlls/dinput/joystick_linux.c 1.1 1.2 +3 -3 wine/dlls/crypt32/tests/protectdata.c 1.2 1.3 +6 -5 wine/dlls/crypt32/tests/main.c 1.7 1.8 +10 -7 wine/dlls/crypt32/protectdata.c 1.20 1.21 +6 -6 wine/dlls/crypt32/encode.c