forked from Imagelibrary/binutils-gdb
Add -Wuninitialized.
This commit is contained in:
4
gdb/configure
vendored
4
gdb/configure
vendored
@@ -3293,7 +3293,7 @@ for ac_hdr in ctype.h curses.h endian.h link.h thread_db.h proc_service.h \
|
||||
string.h sys/procfs.h sys/ptrace.h sys/reg.h stdint.h \
|
||||
term.h termio.h termios.h unistd.h wait.h sys/wait.h \
|
||||
wchar.h wctype.h asm/debugreg.h sys/debugreg.h sys/select.h \
|
||||
time.h sys/ioctl.h
|
||||
time.h sys/ioctl.h sys/user.h
|
||||
do
|
||||
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
||||
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
||||
@@ -5496,7 +5496,7 @@ fi
|
||||
# Don't add -Wall or -Wunused, they include -Wunused-parameter which
|
||||
# causes noise.
|
||||
build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \
|
||||
-Wformat -Wparentheses -Wpointer-arith"
|
||||
-Wformat -Wparentheses -Wpointer-arith -Wuninitialized"
|
||||
# Up for debate: -Wswitch -Wcomment -trigraphs -Wtrigraphs
|
||||
# -Wunused-function -Wunused-label -Wunused-variable -Wunused-value
|
||||
# -Wchar-subscripts -Wuninitialized -Wtraditional -Wshadow -Wcast-qual
|
||||
|
||||
Reference in New Issue
Block a user