mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +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
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…
Add table
Add a link
Reference in a new issue