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:
@@ -268,6 +268,8 @@ typedef short int WXTYPE;
|
||||
#pragma warning(disable: 1682)
|
||||
/* conversion from "X" to "T" may lose significant bits */
|
||||
#pragma warning(disable: 810)
|
||||
/* non-pointer conversion from "foo" to "bar" may lose significant bits */
|
||||
#pragma warning(disable: 2259)
|
||||
|
||||
return x;
|
||||
|
||||
|
Reference in New Issue
Block a user