wmake/rules/linux.*Icc: Removed a new unhelpful warning message
This commit is contained in:
parent
d27e752ad6
commit
7c8c4d73da
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
SUFFIXES += .C
|
||||
|
||||
c++WARN = -Wall -Wextra -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof \
|
||||
-diag-disable 327,654,1125,2304,11074,11076
|
||||
-diag-disable 327,654,1125,2289,2304,11074,11076
|
||||
|
||||
# Suppress some warnings for flex++ and CGAL
|
||||
c++LESSWARN = -diag-disable 1224,2026,2305
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
SUFFIXES += .C
|
||||
|
||||
c++WARN = -Wall -Wextra -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof \
|
||||
-diag-disable 327,654,1125,2304,11074,11076
|
||||
-diag-disable 327,654,1125,2289,2304,11074,11076
|
||||
|
||||
# Suppress some warnings for flex++ and CGAL
|
||||
c++LESSWARN = -diag-disable 1224,2026,2305
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue