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

icpc rules: removed another unimportant warning

parent dee02647
Branches
Tags
1 merge request!60Merge foundation
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
......
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
......
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