From f7fb15fa390591adeb699d6399758b23e179c4c9 Mon Sep 17 00:00:00 2001
From: Henry Weller <http://cfd.direct>
Date: Tue, 4 Oct 2016 08:10:28 +0100
Subject: [PATCH] icpc rules: removed another unimportant warning

---
 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 217f673f7f..aed1dbbd9a 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 327,654,1125,2289,2304,11074,11076
+              -diag-disable 327,654,1125,2289,2304,11062,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 2d089941bc..79f3cf93d4 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 327,654,1125,2289,2304,11074,11076
+              -diag-disable 327,654,1125,2289,2304,11062,11074,11076
 
 # Suppress some warnings for flex++ and CGAL
 c++LESSWARN = -diag-disable 1224,2026,2305
-- 
GitLab