mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
a08b83a90b
I noticed it on releases/0.4.10 with the RosBEWin2.1.6 GCC4.7.2 *rls* configuration: C:/0410rls/reactos/dll/win32/shell32/dialogs/filetypes.cpp: In function 'BOOL FileTypesDlg_InsertToLV(HWND, LPCWSTR, INT, LPCWSTR)': C:/0410rls/reactos/dll/win32/shell32/dialogs/filetypes.cpp:663:9: warning: variable 'iLargeImage' set but not used [-Wunused-but-set-variable] C:/0410rls/reactos/dll/win32/shell32/dialogs/filetypes.cpp: In function 'BOOL EditTypeDlg_UpdateEntryIcon(HWND, PEDITTYPE_DIALOG, LPCWSTR, INT)': C:/0410rls/reactos/dll/win32/shell32/dialogs/filetypes.cpp:1040:9: warning: unused variable 'iLargeImage' [-Wunused-variable] But I do assume, that MSVC compilers would also complain about that in *rls* cfg. Please notice that before 0.4.10-dev-202-g |
||
---|---|---|
.. | ||
dialogs.cpp | ||
drive.cpp | ||
drvdefext.cpp | ||
drvdefext.h | ||
filedefext.cpp | ||
filedefext.h | ||
filetypes.cpp | ||
folder_options.cpp | ||
folder_options.h | ||
fprop.cpp | ||
general.cpp | ||
recycler_prop.cpp | ||
view.cpp |