Updated warning suppression for CGAL

This commit is contained in:
Henry Weller
2015-07-17 23:10:10 +01:00
parent 6dc3a889df
commit 7b605ce50e
7 changed files with 7 additions and 7 deletions

View File

@ -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 = -Wno-old-style-cast -Wno-unused-local-typedef
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedefs -Wno-array-bounds
CC = g++ -m64