mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 21:11:17 +02:00
17 lines
576 B
Plaintext
17 lines
576 B
Plaintext
--- 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 \
|