Small fix to gdb.Value constructor doc
[deliverable/binutils-gdb.git] / gdb / warning.m4
index 82170acc802a442c87f9e0d051c2405fc212410c..98eb4ce7878c8beb4f9f31cd3d29f0a1c49210e7 100644 (file)
@@ -1,5 +1,5 @@
 dnl Autoconf configure script for GDB, the GNU debugger.
-dnl Copyright (C) 1995-2018 Free Software Foundation, Inc.
+dnl Copyright (C) 1995-2019 Free Software Foundation, Inc.
 dnl
 dnl This file is part of GDB.
 dnl
@@ -45,7 +45,8 @@ build_warnings="-Wall -Wpointer-arith \
 -Wno-error=deprecated-register \
 -Wsuggest-override \
 -Wimplicit-fallthrough=3 \
--Wduplicated-cond"
+-Wduplicated-cond \
+-Wshadow=local"
 
 case "${host}" in
   *-*-mingw32*)
This page took 0.023922 seconds and 4 git commands to generate.