use wxUnusedVar() to suppress warnings about unused variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -50,7 +50,7 @@ inline void wxSetCCUnicodeFormat(HWND hwnd)
|
||||
::SendMessage(hwnd, CCM_SETUNICODEFORMAT, wxUSE_UNICODE, 0);
|
||||
#else // !__WXWINCE__
|
||||
// here it should be already in Unicode anyhow
|
||||
hwnd;
|
||||
wxUnusedVar(hwnd);
|
||||
#endif // __WXWINCE__/!__WXWINCE__
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user