From c98302934cae2ddb9fca433c1ca6fa9dc1057f69 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 16 Feb 2004 18:20:05 +0000 Subject: [PATCH] 2004-02-16 Andrew Cagney * gdbint.texinfo (Coding): Mention -Wunused-function. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdbint.texinfo | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 99cf9a41340..4f8998802f1 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-16 Andrew Cagney + + * gdbint.texinfo (Coding): Mention -Wunused-function. + 2004-02-14 Andrew Cagney * gdbint.texinfo (Target Architecture Definition): Delete diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 022a086bf20..76c95e4f8f9 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -5148,6 +5148,8 @@ switch (sched) break; @} @end smallexample + +@item -Wunused-function @end table @emph{Pragmatics: Due to the way that @value{GDBN} is implemented most -- 2.30.2