Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Overflow with value for "projectResourceIncludeDirsRelation"?

(1/1)

MortenMacFly:
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" />
--- End code ---
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.

tiwag:
i've taken the version from SVN and it builds fine then

MortenMacFly:

--- Quote from: tiwag on January 05, 2006, 03:59:14 pm ---i've taken the version from SVN and it builds fine then

--- End quote ---
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.

rickg22:
Maybe because it's a -1 ? Nevermind... i checked out and the hex is 552F3C20.

mandrav:
There was a bug there untile a few revisions back, which I have fixed. Nothing to worry about this value now...

Navigation

[0] Message Index

Go to full version