2004-02-16 Andrew Cagney <cagney@redhat.com>

* gdbint.texinfo (Coding): Mention -Wunused-function.
This commit is contained in:
Andrew Cagney 2004-02-16 18:20:05 +00:00
parent b66ba949bf
commit c98302934c
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-02-16 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Coding): Mention -Wunused-function.
2004-02-14 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete

View File

@ -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