diff options
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openscad.pro b/openscad.pro index 18d9dae..15f76f8 100644 --- a/openscad.pro +++ b/openscad.pro @@ -118,7 +118,9 @@ netbsd* { } *clang* { - # disable enormous amount of warnings about CGAL + # http://llvm.org/bugs/show_bug.cgi?id=9182 + QMAKE_CXXFLAGS_WARN_ON += -Wno-overloaded-virtual + # disable enormous amount of warnings about CGAL / boost / etc QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-parameter QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-variable QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-function |