]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove -Wno-narrowing from warnings.m4
authorTom Tromey <tom@tromey.com>
Tue, 7 Aug 2018 19:14:09 +0000 (13:14 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 27 Aug 2018 18:00:12 +0000 (12:00 -0600)
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.

gdb/ChangeLog
gdb/configure
gdb/gdbserver/ChangeLog
gdb/gdbserver/configure
gdb/warning.m4

index d087d430d53985a52309720ba8ffda8a698bf7ba..4ef1765286a9d33db5d805d10c854edee8bc3c3a 100644 (file)
@@ -1,3 +1,9 @@
+2018-08-27  Tom Tromey  <tom@tromey.com>
+
+       PR build/23087:
+       * configure: Rebuild.
+       * warning.m4 (AM_GDB_WARNINGS): Remove -Wno-narrowing.
+
 2018-08-27  Tom Tromey  <tom@tromey.com>
 
        * aarch64-linux-tdep.c
index 9cd0036848cbf58bbb29802098eed4647feb0a0b..d207c2baf1b3c1995dae1f36b4e164174a1d24a5 100755 (executable)
@@ -15412,7 +15412,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 \
index ae2b06d2c12c8f64d070e509ad409627012fbd29..cdc8afd1fa4bdaccc38640fb95f1761b26c722d9 100644 (file)
@@ -1,3 +1,8 @@
+2018-08-27  Tom Tromey  <tom@tromey.com>
+
+       PR build/23087:
+       * configure: Rebuild.
+
 2018-08-27  Tom Tromey  <tom@tromey.com>
 
        * linux-s390-low.c (s390_emit_ext, s390_emit_litpool)
index 043bc216e43ca0f7b2ae90ef7990062036f75d62..7454cd8ad37a97a12e870af9525dcfe86edd92b2 100755 (executable)
@@ -7240,7 +7240,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 \
index 00e7cd60508c42262762786ac7bf5e74d0e29207..dd338493f9eee8ffb50d88143968c0e5b96f2ab1 100644 (file)
@@ -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 \