mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
CMake: Add warning for missing field initializers globally
This warning is already enabled by our existing flags with gcc-13, so make sure that clang checks these as well.
This commit is contained in:
parent
6bc339b737
commit
8eefe7b152
|
|
@ -69,6 +69,7 @@ add_cxx_compile_options(-Wcast-qual)
|
|||
add_cxx_compile_options(-Wformat=2)
|
||||
add_cxx_compile_options(-Wimplicit-fallthrough)
|
||||
add_cxx_compile_options(-Wmissing-declarations)
|
||||
add_cxx_compile_options(-Wmissing-field-initializers)
|
||||
add_cxx_compile_options(-Wsuggest-override)
|
||||
|
||||
add_cxx_compile_options(-Wno-invalid-offsetof)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user