This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cc1.exe: warnings being treated as errors


On 24 September 2011 15:40, Jon Grant wrote:
> It's kind of re-iterating the command line options, that the user will
> choose to be aware of already. I don't recall seeing that text output before
> about ~1 year ago.

It was there in GCC 4.1, maybe earlier, I didn't check.

> I'd thought because the previous line of output said "gcc -Werror -Wall -o
> main main.c", the options clear.

Not if you run "make" and it doesn't echo the compiler command, or run
the compiler from an IDE, or anything else which shows the errors but
not the command.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]