corrected typo in check for icc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -42626,13 +42626,13 @@ fi
|
|||||||
INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
|
INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
|
||||||
-I\${top_srcdir}/include $TOOLKIT_INCLUDE"
|
-I\${top_srcdir}/include $TOOLKIT_INCLUDE"
|
||||||
|
|
||||||
if test "$GCC" = yes ; then
|
if test "x$INTELCC" = "xyes" ; then
|
||||||
CWARNINGS="-Wall -wd810,869,981,1418,1572,1684"
|
CWARNINGS="-Wall -wd810,869,981,1418,1572,1684"
|
||||||
elif test "$GCC" = yes ; then
|
elif test "$GCC" = yes ; then
|
||||||
CWARNINGS="-Wall -Wundef"
|
CWARNINGS="-Wall -Wundef"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$INTELCXX" = yes ; then
|
if test "x$INTELCXX" = "xyes" ; then
|
||||||
CXXWARNINGS="-Wall -wd279,383,444,869,981,1418,1419"
|
CXXWARNINGS="-Wall -wd279,383,444,869,981,1418,1419"
|
||||||
elif test "$GXX" = yes ; then
|
elif test "$GXX" = yes ; then
|
||||||
CXXWARNINGS="-Wall -Wundef -Wno-ctor-dtor-privacy"
|
CXXWARNINGS="-Wall -Wundef -Wno-ctor-dtor-privacy"
|
||||||
|
@@ -6851,7 +6851,7 @@ INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
|
|||||||
dnl C/C++ compiler options used to compile wxWidgets
|
dnl C/C++ compiler options used to compile wxWidgets
|
||||||
dnl
|
dnl
|
||||||
dnl check for icc before gcc as icc is also recognized as gcc
|
dnl check for icc before gcc as icc is also recognized as gcc
|
||||||
if test "$GCC" = yes ; then
|
if test "x$INTELCC" = "xyes" ; then
|
||||||
dnl Warnings which can't be easily suppressed in C code are disabled:
|
dnl Warnings which can't be easily suppressed in C code are disabled:
|
||||||
dnl
|
dnl
|
||||||
dnl remark #810: conversion from "x" to "y" may lose significant bits
|
dnl remark #810: conversion from "x" to "y" may lose significant bits
|
||||||
@@ -6866,7 +6866,7 @@ elif test "$GCC" = yes ; then
|
|||||||
CWARNINGS="-Wall -Wundef"
|
CWARNINGS="-Wall -Wundef"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$INTELCXX" = yes ; then
|
if test "x$INTELCXX" = "xyes" ; then
|
||||||
dnl Intel compiler gives some warnings which simply can't be worked
|
dnl Intel compiler gives some warnings which simply can't be worked
|
||||||
dnl around or of which we have too many (810, 869) so it's impractical to
|
dnl around or of which we have too many (810, 869) so it's impractical to
|
||||||
dnl keep them enabled even if in theory it would be nice and some others
|
dnl keep them enabled even if in theory it would be nice and some others
|
||||||
|
Reference in New Issue
Block a user