Remove all suppressed warnings

This commit is contained in:
Dennis 2024-05-23 13:56:41 +02:00
parent f8cb393150
commit 7974a68ca5
No known key found for this signature in database
GPG Key ID: 6937EAEA33A3FA5D

View File

@ -77,10 +77,5 @@ add_warning(sizeof-array-argument)
add_warning(switch-bool)
add_warning(tautological-compare)
add_warning(trampolines)
# TODO: these warnings are not enabled by default, but we consider them as useful and good to enable in the future
no_warning(old-style-cast)
no_warning(non-virtual-dtor)
no_warning(float-conversion)
no_warning(sign-conversion)
no_warning(padded)
no_warning(missing-noreturn)
# these warnings are not enabled by default
# no_warning(name-of-warning)