From 7974a68ca5579231b021a63d9d931e6d8332d85d Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 23 May 2024 13:56:41 +0200 Subject: [PATCH] Remove all suppressed warnings --- cmake/warnings.cmake | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/cmake/warnings.cmake b/cmake/warnings.cmake index 09140717f..89040aa0e 100644 --- a/cmake/warnings.cmake +++ b/cmake/warnings.cmake @@ -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) \ No newline at end of file +# these warnings are not enabled by default +# no_warning(name-of-warning) \ No newline at end of file