Skip to content

Commit

Permalink
Fix compiler error from eigen libs
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer authored and patrickelectric committed Jan 13, 2023
1 parent 82d589c commit a6e1d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion QGCCommon.pri
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit a6e1d88

Please sign in to comment.