mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 15:00:36 +08:00
cmake: ignore more eigen warnings
This commit is contained in:
+2
-2
@@ -72,7 +72,7 @@ set(SRCS
|
||||
)
|
||||
add_definitions(-std=c++11 -Wall -Werror)
|
||||
|
||||
# Eigen throws deprecated warnings
|
||||
add_definitions(-Wno-deprecated-declarations)
|
||||
# Eigen throws various warnings
|
||||
add_definitions(-Wno-deprecated-declarations -Wno-enum-compare -Wno-unused-local-typedefs)
|
||||
|
||||
add_library(ecl SHARED ${SRCS})
|
||||
|
||||
Reference in New Issue
Block a user