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: Warning C vs C++


* Tommy Vercetti:

>> The warning is controlled by -Wsign-compare, which is turned on by
>> -Wextra (also known as -W) but not by -Wall.  It's not turned on by
>> -Wall because it is not normally a problem.

> That's strange, all users I know expected it to turn ALL warnings,
> hence name.

Some people claim it's a homage to Larry Wall, inventor of Perl.

Back in the 90s, there used to be a joke among Python developers that
a "uido" debugging format should be added to GCC.


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