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

Suppress compiler warnings from CGAL

parent a96bfa5f
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@ SUFFIXES += .C
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -Wno-c++11-extensions
# Suppress CGAL warnings
c++CGALWARN = -Wno-sometimes-uninitialized -Wno-mismatched-tags
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedef
CC = clang++ -m64
......
......@@ -3,7 +3,7 @@ SUFFIXES += .C
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
# Suppress CGAL warnings
c++CGALWARN =
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedef
CC = g++ -m64
......
......@@ -3,7 +3,7 @@ SUFFIXES += .C
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
# Suppress CGAL warnings
c++CGALWARN =
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedef
CC = g++
......
......@@ -3,7 +3,7 @@ SUFFIXES += .C
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -Wno-c++11-extensions
# Suppress CGAL warnings
c++CGALWARN = -Wno-sometimes-uninitialized -Wno-mismatched-tags
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedef
CC = clang++ -m32
......
......@@ -3,7 +3,7 @@ SUFFIXES += .C
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
# Suppress CGAL warnings
c++CGALWARN =
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedef
CC = g++ -m32
......
......@@ -3,7 +3,7 @@ SUFFIXES += .C
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
# Suppress CGAL warnings
c++CGALWARN =
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedef
CC = g++
......
......@@ -3,7 +3,7 @@ SUFFIXES += .C
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
# Suppress CGAL warnings
c++CGALWARN =
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedef
CC = g++ -m64 -mcpu=power5+
......
......@@ -3,7 +3,7 @@ SUFFIXES += .C
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
# Suppress CGAL warnings
c++CGALWARN =
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedef
CC = g++ -m64 -mcpu=power8
......
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