blob: 86fde3bbfa6a1e59672d35b6a66989709b3c4b51 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- gdb/configure.orig 2019-05-11 11:19:02.000000000 -0700
+++ gdb/configure 2019-05-24 16:21:50.559870000 -0700
@@ -15511,10 +15511,10 @@ fi
# The options we'll try to enable.
build_warnings="-Wall -Wpointer-arith \
--Wno-unused -Wunused-value -Wunused-variable -Wunused-function \
+-Wno-unused \
-Wno-switch -Wno-char-subscripts \
--Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable \
--Wno-sign-compare -Wno-error=maybe-uninitialized \
+-Wempty-body \
+-Wno-sign-compare \
-Wno-mismatched-tags \
-Wno-error=deprecated-register \
-Wsuggest-override \
|