This is the mail archive of the gcc-help@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: unsigned comparison warning


Thanks Manuel. I personally feel that this warning should be a part of -Wall.

Cheers
Hari

Manuel López-Ibáñez wrote:
2008/7/30 Hariharan <hariharans@picochip.com>:
Thanks Ian. I will raise this in gcc-help mailing list.

GCC versions previous to 4.3 were inconsistent. This was fixed in GCC 4.3 by grouping all similar warnings under -Wtype-limits which is enabled by -Wextra.

See http://gcc.gnu.org/gcc-4.3/changes.html

Cheers,

Manuel.


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