diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-04-19 09:15:32 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-04-19 09:15:32 +0000 |
commit | e55e8cee850b37b4cbdb393da0428069a1d325a1 (patch) | |
tree | b6e01eba3c1767c714d2c2ecfcf20491985e5855 | |
parent | 90515c233a7ada5625879f29410335fe02e57bf6 (diff) | |
download | gdb-e55e8cee850b37b4cbdb393da0428069a1d325a1.zip gdb-e55e8cee850b37b4cbdb393da0428069a1d325a1.tar.gz gdb-e55e8cee850b37b4cbdb393da0428069a1d325a1.tar.bz2 |
Document -Wreturn-type problem.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/TODO | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9d02969..b229c2a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Wed Apr 19 19:10:07 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * TODO: Document -Wreturn-type problem. + 2000-03-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> * maint.c (_initialize_maint_cmds): Add `mt i' alias for `mt info'. @@ -282,6 +282,15 @@ Do not forget to merge the patch back into the trunk. -- +Re: [RFC] Change configure.in so -W arnings match reality +http://sourceware.cygnus.com/ml/gdb-patches/2000-04/msg00350.html + +Some GCC compilers do not like -Wreturn-type. (Going forward there +may be more problems like that). Need to check which of the warning +options are valid. Need to probably disable warnings by default. + +-- + General Wish List ================= |