forked from Archive/PX4-Autopilot
CLANG: Add more errors
This commit is contained in:
parent
5f2ae6ad67
commit
bc8f4cf47f
|
@ -22,6 +22,7 @@ set(WARNINGS
|
|||
-Werror=init-self
|
||||
-Werror=return-type
|
||||
-Werror=deprecated
|
||||
-Werror=unused-private-field
|
||||
-Wno-packed
|
||||
-Wno-frame-larger-than=
|
||||
#-Wcast-qual - generates spurious noreturn attribute warnings,
|
||||
|
|
Loading…
Reference in New Issue