diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-16 18:20:05 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-16 18:20:05 +0000 |
commit | 842432d42fe6b95fe5476ad6e9f1eec26b0f0d55 (patch) | |
tree | a84ced54a87ac95e1aab4b5a28c3e0f660568cfc /gdb | |
parent | ecc18480ce82c552e5bc9c36488ee8b360b5b927 (diff) | |
download | gdb-842432d42fe6b95fe5476ad6e9f1eec26b0f0d55.tar.gz |
2004-02-16 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Coding): Mention -Wunused-function.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
2 files changed, 7 insertions, 1 deletions
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 <cagney@redhat.com> + + * gdbint.texinfo (Coding): Mention -Wunused-function. + 2004-02-14 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 2957b5ed5b7..c0bfe5acef1 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -38,7 +38,7 @@ Free Documentation License''. @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.186 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.187 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -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 |