Updated to avoid warnings from gcc-7.1.1

This commit is contained in:
Henry Weller
2017-07-31 13:46:42 +01:00
parent 254ff361e6
commit 69635e7ab3
18 changed files with 85 additions and 65 deletions

View File

@ -1,6 +1,7 @@
SUFFIXES += .C
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter \
-Wno-invalid-offsetof -Wno-attributes
# Suppress some warnings for flex++ and CGAL
c++LESSWARN = -Wno-old-style-cast -Wno-unused-local-typedefs -Wno-array-bounds