Browse Source

cmake restore -Wbad-function-cast

sbg
Daniel Agar 10 years ago
parent
commit
77f2295b62
  1. 1
      cmake/common/px4_base.cmake

1
cmake/common/px4_base.cmake

@ -543,6 +543,7 @@ function(px4_add_common_flags)
endif() endif()
set(c_warnings set(c_warnings
-Wbad-function-cast
-Wstrict-prototypes -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-prototypes
-Wnested-externs -Wnested-externs

Loading…
Cancel
Save