mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
Meta: Add -Wlogical-op to the default compile options
This commit is contained in:
parent
71eded0471
commit
137db0e38e
Notes:
github-actions[bot]
2024-11-15 17:51:46 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/137db0e38ef Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2351 Reviewed-by: https://github.com/nico ✅
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ endif()
|
|||
add_cxx_compile_options(-Wcast-qual)
|
||||
add_cxx_compile_options(-Wformat=2)
|
||||
add_cxx_compile_options(-Wimplicit-fallthrough)
|
||||
add_cxx_compile_options(-Wlogical-op)
|
||||
add_cxx_compile_options(-Wmissing-declarations)
|
||||
add_cxx_compile_options(-Wmissing-field-initializers)
|
||||
add_cxx_compile_options(-Wsuggest-override)
|
||||
|
|
Loading…
Reference in a new issue