Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: MortenMacFly on January 05, 2006, 03:53:33 pm

Title: Overflow with value for "projectResourceIncludeDirsRelation"?
Post by: MortenMacFly on January 05, 2006, 03:53:33 pm
I've just updated my C::B from SVN to revision 1658. If you look at the diff of the file "plugins\contrib\codestat\codestat-NewBuild.cbp" you'll see the following line has been added:
Code
<Option projectResourceIncludeDirsRelation="1429158944" />
This looks very much like an overflow error to me. Or maybe the value is not (correctly) initialised? Should this be taken care of?
Morten.
Title: Re: Overflow with value for "projectResourceIncludeDirsRelation"?
Post by: tiwag on January 05, 2006, 03:59:14 pm
i've taken the version from SVN and it builds fine then
Title: Re: Overflow with value for "projectResourceIncludeDirsRelation"?
Post by: MortenMacFly on January 05, 2006, 04:17:33 pm
i've taken the version from SVN and it builds fine then
It builds for me, too. No problems. But still I wonder how this can be. The value written there should be from an enum with 5 entries, starting at zero (enum "OptionsRelationType" in "compiletargetbase.h"). I'm only curious why the value is so big?! Morten.
Title: Re: Overflow with value for "projectResourceIncludeDirsRelation"?
Post by: rickg22 on January 06, 2006, 07:14:47 pm
Maybe because it's a -1 ? Nevermind... i checked out and the hex is 552F3C20.
Title: Re: Overflow with value for "projectResourceIncludeDirsRelation"?
Post by: mandrav on January 06, 2006, 07:28:34 pm
There was a bug there untile a few revisions back, which I have fixed. Nothing to worry about this value now...