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:
@@ -155,7 +155,7 @@ private:
|
||||
{
|
||||
#if wxUSE_UNICODE
|
||||
if ( c < 0x80 )
|
||||
return c;
|
||||
return wx_truncate_cast(char, c);
|
||||
|
||||
return ToHi8bit(c);
|
||||
#else
|
||||
|
Reference in New Issue
Block a user