=============================================================================== THE FOLLOWING ARE BLOCKS OF TEXT THAT APPEARED WHILE RUNNING MAKE ON RIVERS v50 THE ALSO APPEARED WHILE RUNNING MAKE ON UNPATCHED openttd-1.5.2 (stable) ------------------------------------------------------------------------------- GCC v 4.8.1 =============================================================================== C:/MinGW/msys/1.0/home/Adminguy/_Patches/ic111/ic111_rivers_v50-cityOn-1_5_2/src /saveload/saveload.cpp:1490:13: warning: 'bool IsVariableSizeRight(const SaveLoa d*)' defined but not used [-Wunused-function] static bool IsVariableSizeRight(const SaveLoad *sld) =============================================================================== C:/MinGW/msys/1.0/home/Adminguy/_Patches/ic111/ic111_rivers_v50-cityOn-1_5_2/src /video/win32_v.cpp: In function 'void SetCompositionPos(HWND)': C:/MinGW/msys/1.0/home/Adminguy/_Patches/ic111/ic111_rivers_v50-cityOn-1_5_2/src /video/win32_v.cpp:504:14: warning: NULL used in arithmetic [-Wpointer-arith] if (hIMC != NULL) { ^ C:/MinGW/msys/1.0/home/Adminguy/_Patches/ic111/ic111_rivers_v50-cityOn-1_5_2/src /video/win32_v.cpp: In function 'void SetCandidatePos(HWND)': C:/MinGW/msys/1.0/home/Adminguy/_Patches/ic111/ic111_rivers_v50-cityOn-1_5_2/src /video/win32_v.cpp:526:14: warning: NULL used in arithmetic [-Wpointer-arith] if (hIMC != NULL) { ^ C:/MinGW/msys/1.0/home/Adminguy/_Patches/ic111/ic111_rivers_v50-cityOn-1_5_2/src /video/win32_v.cpp: In function 'LRESULT HandleIMEComposition(HWND, WPARAM, LPAR AM)': C:/MinGW/msys/1.0/home/Adminguy/_Patches/ic111/ic111_rivers_v50-cityOn-1_5_2/src /video/win32_v.cpp:561:14: warning: NULL used in arithmetic [-Wpointer-arith] if (hIMC != NULL) { ^ C:/MinGW/msys/1.0/home/Adminguy/_Patches/ic111/ic111_rivers_v50-cityOn-1_5_2/src /video/win32_v.cpp: In function 'void CancelIMEComposition(HWND)': C:/MinGW/msys/1.0/home/Adminguy/_Patches/ic111/ic111_rivers_v50-cityOn-1_5_2/src /video/win32_v.cpp:624:14: warning: NULL used in arithmetic [-Wpointer-arith] if (hIMC != NULL) ImmNotifyIME(hIMC, NI_COMPOSITIONSTR, CPS_CANCEL, 0); =============================================================================== ABRIDGED FOR CLARITY =============================================================================== /src/saveload/saveload.cpp:1490:13: warning: 'bool IsVariableSizeRight(const SaveLoad*)' defined but not used [-Wunused-function] static bool IsVariableSizeRight(const SaveLoad *sld) /src/video/win32_v.cpp:504:14: warning: NULL used in arithmetic [-Wpointer-arith] if (hIMC != NULL) { /src/video/win32_v.cpp:526:14: warning: NULL used in arithmetic [-Wpointer-arith] if (hIMC != NULL) { /src/video/win32_v.cpp:561:14: warning: NULL used in arithmetic [-Wpointer-arith] if (hIMC != NULL) { /src/video/win32_v.cpp:624:14: warning: NULL used in arithmetic [-Wpointer-arith] if (hIMC != NULL) ImmNotifyIME(hIMC, NI_COMPOSITIONSTR, CPS_CANCEL, 0); ===============================================================================