reduce flood of eigen warnings on mingw build

felipesanches-svg
don bright 2013-05-18 18:45:13 +02:00
parent 7d68cb0232
commit 78303a79fa
1 changed files with 1 additions and 2 deletions

View File

@ -14,6 +14,5 @@ CONFIG(mingw-cross-env) {
LIBS += mingw-cross-env/lib/libCGAL.a
QMAKE_CXXFLAGS += -fpermissive
QMAKE_DEL_FILE = rm -f
QMAKE_CXXFLAGS_WARN_ON += -Wunused-local-typedefs #eigen3
}