Suppress compiler warnings from CGAL

This commit is contained in:
Henry Weller
2015-07-17 21:38:25 +01:00
parent a96bfa5f49
commit 6dc3a889df
8 changed files with 8 additions and 8 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 =
c++CGALWARN = -Wno-old-style-cast -Wno-unused-local-typedef
CC = g++ -m32