mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Re-enable warnings for deprecated copies
This used to supress two true-positives, and zero false-positives. That's good enough in my book to warrant re-activation.
This commit is contained in:
parent
ee18912373
commit
0321034c87
Notes:
sideshowbarker
2024-07-18 02:51:06 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/0321034c870 Pull-request: https://github.com/SerenityOS/serenity/pull/10421 Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ endif()
|
|||
# The following warnings are sorted by the "base" name (the part excluding the initial Wno or W).
|
||||
add_compile_options(-Wno-address-of-packed-member)
|
||||
add_compile_options(-Wcast-qual)
|
||||
add_compile_options(-Wno-deprecated-copy)
|
||||
add_compile_options(-Wdeprecated-copy)
|
||||
add_compile_options(-Wduplicated-cond)
|
||||
add_compile_options(-Wno-expansion-to-defined)
|
||||
add_compile_options(-Wformat=2)
|
||||
|
|
Loading…
Reference in a new issue