Updated to avoid warnings from gcc-7.1.1

This commit is contained in:
Henry Weller
2017-07-31 13:46:42 +01:00
committed by Andrew Heather
parent d7fd550e61
commit 0fdcb12759
18 changed files with 83 additions and 66 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