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:
Vadim Zeitlin
2004-04-05 10:51:49 +00:00
parent b175b96ba0
commit b39ba2c2ee

View File

@@ -50,7 +50,7 @@ inline void wxSetCCUnicodeFormat(HWND hwnd)
::SendMessage(hwnd, CCM_SETUNICODEFORMAT, wxUSE_UNICODE, 0); ::SendMessage(hwnd, CCM_SETUNICODEFORMAT, wxUSE_UNICODE, 0);
#else // !__WXWINCE__ #else // !__WXWINCE__
// here it should be already in Unicode anyhow // here it should be already in Unicode anyhow
hwnd; wxUnusedVar(hwnd);
#endif // __WXWINCE__/!__WXWINCE__ #endif // __WXWINCE__/!__WXWINCE__
} }