On Tue, Nov 11, 2008 at 9:28 PM, James Hawkins truiken@gmail.com wrote:
On Tue, Nov 11, 2008 at 9:17 PM, Austin English austinenglish@gmail.com wrote:
I recently upgraded to intrepid, which has gcc 4.3.2. It gave a few new warnings, and I've got patches ready for all but this one. I started to write a patch to remove the check, since it's useless, but wasn't sure if it should instead be converted to a signed integer instead.
Change what to signed? We don't control the type of ns_sect.
-- James Hawkins
Sorry, that was worded poorly. We could change section to a signed int, but that just screams hackish. Removing the check didn't seem appropriate either, but since it's useless, may be the appropriate method.