mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-22 00:10:35 +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)
|
add_definitions(-std=c++11 -Wall -Werror)
|
||||||
|
|
||||||
# Eigen throws deprecated warnings
|
# Eigen throws various warnings
|
||||||
add_definitions(-Wno-deprecated-declarations)
|
add_definitions(-Wno-deprecated-declarations -Wno-enum-compare -Wno-unused-local-typedefs)
|
||||||
|
|
||||||
add_library(ecl SHARED ${SRCS})
|
add_library(ecl SHARED ${SRCS})
|
||||||
|
|||||||
Reference in New Issue
Block a user