1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

LP-245 config: silence Eigen compilation warnings

This commit is contained in:
Philippe Renon 2016-09-13 22:54:17 +02:00 committed by Philippe Renon
parent a2082f449b
commit be75f28b33

View File

@ -4,6 +4,10 @@ DEFINES += CONFIG_LIBRARY
QT += widgets svg opengl qml quick
# silence eigen warnings
QMAKE_CXXFLAGS_WARN_ON += -Wno-ignored-attributes -Wno-deprecated-declarations
#QMAKE_CFLAGS_WARN_ON += -Wno-ignored-attributes
include(config_dependencies.pri)
INCLUDEPATH += ../../libs/eigen