Browse Source

Fix compiler error from eigen libs

QGC4.4
Don Gagne 2 years ago committed by Patrick José Pereira
parent
commit
a3ff5976a1
  1. 3
      QGCCommon.pri

3
QGCCommon.pri

@ -106,7 +106,8 @@ linux { @@ -106,7 +106,8 @@ linux {
DEFINES += QGC_GST_MICROHARD_ENABLED
QMAKE_CXXFLAGS += -fvisibility=hidden
QMAKE_CXXFLAGS_WARN_ON += -Werror \
-Wno-unused-parameter # gst-plugins-good
-Wno-unused-parameter \ # gst-plugins-good
-Wno-deprecated-declarations # eigen
} else {
error("Unsupported Mac toolchain, only 64-bit LLVM+clang is supported")
}

Loading…
Cancel
Save