(
Jump to the original submission)
Fri 07 Mar 2008 11:08:55 AM UTC, comment #10:
tagfiles are not progressing too nicely, so this needs to be fixed till then.
There are also a lot of warnings about type punning in release (-O[123]) compiles, which want to be fixed. :)
|
Fri 09 Nov 2007 10:46:19 PM UTC, comment #9:
Everything but src/game.c is now ptr<->int clean...
Maybe a few conversion mistakes happened, but they'll hopefully be found.
Hopefully Per will commit the tagfile stuff soon, so we can remove game.c uglyness...
|
Fri 09 Nov 2007 10:17:51 PM UTC, comment #8:
I am already working on this... I "will do". ;)
|
Fri 09 Nov 2007 09:42:49 PM UTC, comment #7:
Closing this one for now; as warning suppression of integer casts is still necessary (on 64bit systems) to be able to compile.
|
Fri 09 Nov 2007 09:38:32 PM UTC, comment #6:
Yes, the suppression of warnings is actually intended for 64bit systems.
|
Fri 09 Nov 2007 08:21:27 PM UTC, comment #5:
Oh, I guess you're on 64 bit, right? I still run a 32 bit system. Didn't think of that.
|
Fri 09 Nov 2007 08:19:26 PM UTC, comment #4:
Doesn't happen here...
|
Fri 09 Nov 2007 08:16:34 PM UTC, comment #3:
There are actually way more than those few...
|
Fri 09 Nov 2007 07:34:37 PM UTC, comment #2:
frontend.c: In function ‘addTextButton’:
frontend.c:1196: warning: cast to pointer from integer of different size
frontend.c: In function ‘displayTextOption’:
frontend.c:1308: warning: cast from pointer to integer of different size
|
Fri 09 Nov 2007 02:30:32 PM UTC, comment #1:
(for trunk)
|
Fri 09 Nov 2007 01:51:38 PM UTC, original submission:
With the recent intptr_t patch, gcc (gcc (GCC) 4.2.3 20071014 (prerelease) (Debian 4.2.2-3)) now compiles the source with -Werror without the need to suppress any warnings.
|
Depends on the following items: None found
Items that depend on this one: None found
Follow 8 latest changes.