mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
cmake: ignore more eigen warnings
This commit is contained in:
parent
b74114a573
commit
b8ccc58887
@ -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})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user