summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-08 13:23:55 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-12 08:53:42 +0100
commitbd6757d60d2f126ad0ba34144db3a6660a786ad5 (patch)
treef9c6e8a418b95e238ac0b65d6afcb6a4789e8c3a /shell
parentd860d2626312bc561436eb95c8113868f6572f30 (diff)
WaE: value computed is not used
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx
index 49bb3c6f241d..5c0cd506e55f 100644
--- a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx
+++ b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx
@@ -110,7 +110,7 @@ void list_view_builder::setup_list_view()
HBITMAP h_bmp = LoadBitmap(GetModuleHandle(MODULE_NAME), MAKEINTRESOURCE(IDB_PROPERTY_IMAGES));
ImageList_AddMasked(h_ils, h_bmp, RGB(255, 0, 255));
- ListView_SetImageList(hwnd_list_view_, h_ils, LVSIL_SMALL);
+ (void) ListView_SetImageList(hwnd_list_view_, h_ils, LVSIL_SMALL);
std::wstring header = GetResString(IDS_PROPERTY);