]> git.saurik.com Git - wxWidgets.git/commitdiff
disable warning about data truncation (810) for icc (this is a useful warning and...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Sep 2005 22:35:48 +0000 (22:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Sep 2005 22:35:48 +0000 (22:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index b4a3a93efae3e93e84dada4e9e16f540865a5b60..23c7f536905a7b9e4ecc5f9282b0f645b15040ce 100755 (executable)
--- a/configure
+++ b/configure
@@ -42716,7 +42716,7 @@ elif test "$GCC" = yes ; then
 fi
 
 if test "x$INTELCXX" = "xyes" ; then
-                                                            CXXWARNINGS="-Wall -wd279,383,444,869,981,1418,1419"
+                                                            CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419"
 elif test "$GXX" = yes ; then
         CXXWARNINGS="-Wall -Wundef -Wno-ctor-dtor-privacy"
 fi
index 1f9311a28d953939c6b88e2aadc26ec0bf5b222e..5673ec1cb9e4eb55f098423b2910d3f4ff201e69 100644 (file)
@@ -6904,7 +6904,7 @@ if test "x$INTELCXX" = "xyes" ; then
     dnl     remark #981: operands are evaluated in unspecified order
     dnl     remark #1418: external definition with no prior declaration
     dnl     remark #1419: external declaration in primary source file
-    CXXWARNINGS="-Wall -wd279,383,444,869,981,1418,1419"
+    CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419"
 elif test "$GXX" = yes ; then
     dnl CXXWARNINGS="-Wall -W -Wcast-qual -Werror"
     CXXWARNINGS="-Wall -Wundef -Wno-ctor-dtor-privacy"