OSDN Git Service

Avoid warnings due to the use of -Wuninitialized without -O.
authorJim Blandy <jimb@codesourcery.com>
Fri, 11 Mar 2005 21:02:02 +0000 (21:02 +0000)
committerJim Blandy <jimb@codesourcery.com>
Fri, 11 Mar 2005 21:02:02 +0000 (21:02 +0000)
commita03859dd4a3d19fb48e370eacc802cb053a9146c
tree962a52d2e2918009c64c53cfe6e05b9c8ffb0615
parent01e720de68ee9e616c1f6f85a9afc3181291db31
Avoid warnings due to the use of -Wuninitialized without -O.
* configure.ac (build_warnings): Include -Wuninitialized only if
CFLAGS is unset at configure time, or CFLAGS is set and includes
some -O option other than -O0.
* configure: Regenerated.
gdb/ChangeLog
gdb/configure
gdb/configure.ac