aboutsummaryrefslogtreecommitdiff
path: root/gdb/warning.m4
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-08-07 13:14:09 -0600
committerTom Tromey <tom@tromey.com>2018-08-27 12:00:12 -0600
commitd3d8724aac2f207467b1004b1424fed0446b6f8a (patch)
tree7b8e23af930f543f2c68ff8ad439c1c0529b6bd9 /gdb/warning.m4
parent1885053bcb12dd05a6f129146cf514e966082c27 (diff)
downloadgdb-d3d8724aac2f207467b1004b1424fed0446b6f8a.zip
gdb-d3d8724aac2f207467b1004b1424fed0446b6f8a.tar.gz
gdb-d3d8724aac2f207467b1004b1424fed0446b6f8a.tar.bz2
Remove -Wno-narrowing from warnings.m4
This removes -Wno-narrowing from warnings.m4. This is PR build/23087. gdb/ChangeLog 2018-08-27 Tom Tromey <tom@tromey.com> PR build/23087: * configure: Rebuild. * warning.m4 (AM_GDB_WARNINGS): Remove -Wno-narrowing. gdb/gdbserver/ChangeLog 2018-08-27 Tom Tromey <tom@tromey.com> PR build/23087: * configure: Rebuild.
Diffstat (limited to 'gdb/warning.m4')
-rw-r--r--gdb/warning.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/warning.m4 b/gdb/warning.m4
index 00e7cd6..dd33849 100644
--- a/gdb/warning.m4
+++ b/gdb/warning.m4
@@ -40,7 +40,7 @@ build_warnings="-Wall -Wpointer-arith \
-Wno-unused -Wunused-value -Wunused-variable -Wunused-function \
-Wno-switch -Wno-char-subscripts \
-Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable \
--Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized \
+-Wno-sign-compare -Wno-error=maybe-uninitialized \
-Wno-mismatched-tags \
-Wno-error=deprecated-register \
-Wsuggest-override \