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 /gdb/TODO | |
parent | 90515c233a7ada5625879f29410335fe02e57bf6 (diff) | |
download | gdb-e55e8cee850b37b4cbdb393da0428069a1d325a1.zip gdb-e55e8cee850b37b4cbdb393da0428069a1d325a1.tar.gz gdb-e55e8cee850b37b4cbdb393da0428069a1d325a1.tar.bz2 |
Document -Wreturn-type problem.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 ================= |