stop ignoring Wmissing-field-initializers and fix (#9912)

This commit is contained in:
Daniel Agar
2018-07-22 12:45:52 -04:00
committed by GitHub
parent fc65939f0e
commit b1d3bb0403
21 changed files with 271 additions and 423 deletions

View File

@@ -404,7 +404,6 @@ function(px4_add_common_flags)
)
set(cxx_warnings
-Wno-missing-field-initializers
-Wno-overloaded-virtual # TODO: fix and remove
-Wreorder
)