]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
disable warning about data truncation (810) for icc (this is a useful warning and...
[wxWidgets.git] / configure
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