wmake/rules/linux.*Icc: Updated for icpc (ICC) 16.0.3 20160415

This commit is contained in:
Henry Weller
2016-07-28 13:47:44 +01:00
parent ee9e7cf037
commit 3a3966d400
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
SUFFIXES += .C SUFFIXES += .C
c++WARN = -Wall -Wextra -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof \ c++WARN = -Wall -Wextra -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof \
-diag-disable 654,1125,2304 -diag-disable 327,654,1125,2304,11074,11076
# Suppress some warnings for flex++ and CGAL # Suppress some warnings for flex++ and CGAL
c++LESSWARN = -diag-disable 1224,2026,2305 c++LESSWARN = -diag-disable 1224,2026,2305

View File

@ -1,7 +1,7 @@
SUFFIXES += .C SUFFIXES += .C
c++WARN = -Wall -Wextra -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof \ c++WARN = -Wall -Wextra -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof \
-diag-disable 2304 -diag-disable 327,654,1125,2304,11074,11076
# Suppress some warnings for flex++ and CGAL # Suppress some warnings for flex++ and CGAL
c++LESSWARN = -diag-disable 1224,2026,2305 c++LESSWARN = -diag-disable 1224,2026,2305