OSDN Git Service

Avoid warnings due to the use of -Wuninitialized without -O.
authorjimb <jimb>
Fri, 11 Mar 2005 21:01:55 +0000 (21:01 +0000)
committerjimb <jimb>
Fri, 11 Mar 2005 21:01:55 +0000 (21:01 +0000)
commitbb4f074cd010b9398b5f38c0168335cf20bc703e
treeb627d67777d127c46a993bf4b264a39943fecbd8
parent1e15a869922486868cc1f2e5f9f5993bfd4d0b7e
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