Skip to content

Commit d1c850c

Browse files
DonLakeFlyerpatrickelectric
authored andcommitted
Fix compiler error from eigen libs
1 parent 046a53b commit d1c850c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

QGCCommon.pri

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ linux {
106106
DEFINES += QGC_GST_MICROHARD_ENABLED
107107
QMAKE_CXXFLAGS += -fvisibility=hidden
108108
QMAKE_CXXFLAGS_WARN_ON += -Werror \
109-
-Wno-unused-parameter # gst-plugins-good
109+
-Wno-unused-parameter \ # gst-plugins-good
110+
-Wno-deprecated-declarations # eigen
110111
} else {
111112
error("Unsupported Mac toolchain, only 64-bit LLVM+clang is supported")
112113
}

0 commit comments

Comments
 (0)