COMP: reduce compiler warnings for gcc-7

- ignore implicit-fallthrough for ragel generated code.

- add -Wno-deprecated-declarations for c++LESSWARN.
  These principally associated with older CGAL versions and their use
  of particular mpfr routines.
This commit is contained in:
Mark Olesen
2018-07-24 09:29:01 +02:00
parent fe808e24e7
commit 94a89d530a
5 changed files with 235 additions and 222 deletions

View File

@ -14,4 +14,5 @@ c++WARN = \
c++LESSWARN = \
-Wno-old-style-cast -Wno-unused-local-typedefs -Wno-array-bounds \
-Wno-deprecated-declarations \
-fpermissive