fix some of icc 11.0 warnings and disable a few others
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3364,6 +3364,11 @@ wxCharBuffer wxSafeConvertWX2MB(const wchar_t *ws)
|
||||
#define WX_DEFINE_GLOBAL_CONV(klass, name, ctor_args) \
|
||||
WX_DEFINE_GLOBAL_CONV2(klass, klass, name, ctor_args)
|
||||
|
||||
#ifdef __INTELC__
|
||||
// disable warning "variable 'xxx' was declared but never referenced"
|
||||
#pragma warning(disable: 177)
|
||||
#endif // Intel C++
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
WX_DEFINE_GLOBAL_CONV2(wxMBConv, wxMBConv_win32, wxConvLibc, wxEMPTY_PARAMETER_VALUE);
|
||||
#else
|
||||
|
Reference in New Issue
Block a user