This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.2 warnings
- From: Mike Stump <mrs at apple dot com>
- To: Dan Mergens <dan at photon dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 26 Jun 2003 17:12:07 -0700
- Subject: Re: GCC 3.2 warnings
On Thursday, June 26, 2003, at 04:46 PM, Dan Mergens wrote:
I've repeatedly come across the situation where I get a mess of many
warnings, but no errors and a bad status is returned and the
compilation fails. Is this because gcc by default bails out if there
are too many warnings? If so, it would be nice if it said so! Is there
a way to supress the behavior, or has is been fixed in 3.2.x or 3.3?
Add -w to the compile time flags, and see if what you think is true, is.
If it is, it is a bug. File a bug report.