mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 06:04:14 +08:00
CLANG: Make deprecated warnings errors
This commit is contained in:
parent
f37f8fb977
commit
16717dc2d4
@ -21,6 +21,7 @@ set(WARNINGS
|
||||
-Werror=uninitialized
|
||||
-Werror=init-self
|
||||
-Werror=return-type
|
||||
-Werror=deprecated
|
||||
-Wno-packed
|
||||
-Wno-frame-larger-than=
|
||||
#-Wcast-qual - generates spurious noreturn attribute warnings,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user