diff options
author | Keith Seitz <keiths@redhat.com> | 2017-02-17 13:50:40 -0800 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2017-02-21 13:33:46 -0800 |
commit | b34c45412cdc3b13c2d8b0aa0ab78e3574ba5bbc (patch) | |
tree | 3a9a23943616657be7bae0406688055c05aa8f36 /gdb/compile/compile.c | |
parent | 882b3a06fd27ecbbe562d137a0eac62034f00651 (diff) | |
download | binutils-users/keiths/c++compile-submit.zip binutils-users/keiths/c++compile-submit.tar.gz binutils-users/keiths/c++compile-submit.tar.bz2 |
Compile C++ feature.users/keiths/c++compile-submit
Diffstat (limited to 'gdb/compile/compile.c')
-rw-r--r-- | gdb/compile/compile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/compile/compile.c b/gdb/compile/compile.c index b9a3d34..a0a5d73 100644 --- a/gdb/compile/compile.c +++ b/gdb/compile/compile.c @@ -917,7 +917,6 @@ String quoting is parsed like in shell, for example:\n\ " -fPIE" /* We want warnings, except for some commonly happening for GDB commands. */ " -Wall " - " -Wno-implicit-function-declaration" " -Wno-unused-but-set-variable" " -Wno-unused-variable" /* Override CU's possible -fstack-protector-strong. */ |