]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3451] Add -Wshadow
authorAndrei Pavel <andrei@isc.org>
Thu, 16 Oct 2025 07:39:19 +0000 (10:39 +0300)
committerAndrei Pavel <andrei@isc.org>
Sun, 26 Oct 2025 16:58:22 +0000 (18:58 +0200)
meson.build

index 747d0b13cf4ab98976852c9303b2f83b2826f878..76f6d88ddc8cd636daab6bd722f2cb60251ed754 100644 (file)
@@ -681,7 +681,7 @@ warnings = [
     '-Wnon-virtual-dtor',
     '-Wwrite-strings',
     '-Wno-missing-field-initializers',
-    #   '-Wshadow',
+    '-Wshadow',
 ]
 no_warnings = ['-Wno-sign-compare']
 # Clang++ specific settings.