From 3b851bce1db6dd84666a59d7c0134cb502114557 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 24 Nov 2000 11:02:59 +0000 Subject: Add --enable-gdb-build-warnings=... to configure{,.in}. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdbint.texinfo | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'gdb/doc') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 7c64f05..18162c1 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 20 21:29:35 2000 Andrew Cagney + + * gdbint.texinfo (Coding): Update current value of + --enable-build-warnings. Mention --enable-gdb-build-warnings. + 2000-11-19 Eli Zaretskii * gdb.texinfo (Continuing and Stepping): Fixed markup and typos, diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 019274c..7e486f4 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -2773,11 +2773,12 @@ does not require it, @value{GDBN} requires it. @value{GDBN} follows an additional set of coding standards specific to @value{GDBN}, as described in the following sections. -You can configure with @samp{--enable-build-warnings} to get GCC to -check on a number of these rules. @value{GDBN} sources ought not to engender any -complaints, unless they are caused by bogus host systems. (The exact -set of enabled warnings is currently @samp{-Wall -Wpointer-arith --Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations}. +You can configure with @samp{--enable-build-warnings} or +@samp{--enable-gdb-build-warnings} to get GCC to check on a number of +these rules. @value{GDBN} sources ought not to engender any complaints, +unless they are caused by bogus host systems. (The exact set of enabled +warnings is currently @samp{-Wimplicit -Wreturn-type -Wcomment +-Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized}. @subsection Formatting -- cgit v1.1