Skip to content
Snippets Groups Projects
Commit 82aa78a4 authored by Henry Weller's avatar Henry Weller
Browse files

wmake/rules/linux.*Icc: Removed a new unhelpful warning message

parent 40b3f8b6
Branches
Tags
No related merge requests found
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
......
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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment