git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48604
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
inline bool wxSetEnv(const wxString& var, int value)
{
wxASSERT_MSG( value == 0, "using non-NULL integer as string?" );
inline bool wxSetEnv(const wxString& var, int value)
{
wxASSERT_MSG( value == 0, "using non-NULL integer as string?" );
+
+ wxUnusedVar(value); // fix unused parameter warning in release build
+
return wxUnsetEnv(var);
}
#endif // WXWIN_COMPATIBILITY_2_8
return wxUnsetEnv(var);
}
#endif // WXWIN_COMPATIBILITY_2_8