mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
icpc rules: removed another unimportant warning
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user