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.
This commit is contained in:
parent
1885053bcb
commit
d3d8724aac
@ -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
|
||||
|
2
gdb/configure
vendored
2
gdb/configure
vendored
@ -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 \
|
||||
|
@ -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)
|
||||
|
2
gdb/gdbserver/configure
vendored
2
gdb/gdbserver/configure
vendored
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user