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

wmake rules for icpc: suppress warnings from CGAL

parent 98685bd6
No related merge requests found
......@@ -3,6 +3,9 @@ SUFFIXES += .C
c++WARN = -Wall -Wextra -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof \
-diag-disable 2304
# Suppress CGAL warnings
c++CGALWARN = -diag-disable 1224,2026,2305
CC = icpc -std=c++0x -fp-trap=common -fp-model precise
include $(RULES)/c++$(WM_COMPILE_OPTION)
......
......@@ -3,6 +3,9 @@ SUFFIXES += .C
c++WARN = -Wall -Wextra -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof \
-diag-disable 2304
# Suppress CGAL warnings
c++CGALWARN = -diag-disable 1224,2026,2305
CC = icpc
include $(RULES)/c++$(WM_COMPILE_OPTION)
......
......@@ -3,6 +3,9 @@ SUFFIXES += .C
c++WARN = -Wall -Wextra -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof \
-diag-disable 2304
# Suppress CGAL warnings
c++CGALWARN = -diag-disable 1224,2026,2305
CC = icpc -std=c++0x -fp-trap=common -fp-model precise
include $(RULES)/c++$(WM_COMPILE_OPTION)
......
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