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++


On Saturday 17 September 2005 15:16, Ian Lance Taylor wrote:
....
>
> 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. 
If it doesn't do it, perhaps it should. That's basic usability faux pax, 
excuse me.

-- 
Vercetti


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