Commit 4e012cbd by Maarten L. Hekkelman

gcc diagnostics and clipper

parent 12ee4a79
...@@ -35,7 +35,10 @@ ...@@ -35,7 +35,10 @@
#if __has_include(<clipper/core/coords.h>) #if __has_include(<clipper/core/coords.h>)
#define HAVE_LIBCLIPPER 1 #define HAVE_LIBCLIPPER 1
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wignored-qualifiers"
#include <clipper/core/coords.h> #include <clipper/core/coords.h>
#pragma GCC diagnostic pop
#endif #endif
/** \file point.hpp /** \file point.hpp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment