Remove all suppressed warnings
This commit is contained in:
parent
f8cb393150
commit
7974a68ca5
@ -77,10 +77,5 @@ add_warning(sizeof-array-argument)
|
|||||||
add_warning(switch-bool)
|
add_warning(switch-bool)
|
||||||
add_warning(tautological-compare)
|
add_warning(tautological-compare)
|
||||||
add_warning(trampolines)
|
add_warning(trampolines)
|
||||||
# TODO: these warnings are not enabled by default, but we consider them as useful and good to enable in the future
|
# these warnings are not enabled by default
|
||||||
no_warning(old-style-cast)
|
# no_warning(name-of-warning)
|
||||||
no_warning(non-virtual-dtor)
|
|
||||||
no_warning(float-conversion)
|
|
||||||
no_warning(sign-conversion)
|
|
||||||
no_warning(padded)
|
|
||||||
no_warning(missing-noreturn)
|
|
||||||
Loading…
Reference in New Issue
Block a user