From 3a3966d400f25d1320a7fd7e127d39732d688ece Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 28 Jul 2016 13:47:44 +0100 Subject: [PATCH] wmake/rules/linux.*Icc: Updated for icpc (ICC) 16.0.3 20160415 --- wmake/rules/linux64Icc/c++ | 2 +- wmake/rules/linuxIcc/c++ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wmake/rules/linux64Icc/c++ b/wmake/rules/linux64Icc/c++ index 1cf106e2b3..6eb5d22b4a 100644 --- a/wmake/rules/linux64Icc/c++ +++ b/wmake/rules/linux64Icc/c++ @@ -1,7 +1,7 @@ SUFFIXES += .C 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 c++LESSWARN = -diag-disable 1224,2026,2305 diff --git a/wmake/rules/linuxIcc/c++ b/wmake/rules/linuxIcc/c++ index 88976144c1..0f749883c5 100644 --- a/wmake/rules/linuxIcc/c++ +++ b/wmake/rules/linuxIcc/c++ @@ -1,7 +1,7 @@ SUFFIXES += .C 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 c++LESSWARN = -diag-disable 1224,2026,2305