Re: Yaml related warning message when compiling OCIO
dbr/Ben <dbr....@...>
Belated reply, but, those warnings can (hopefully) be ignored if you are just building OCIO
toggle quoted message
Show quoted text
The problem is because "Config::getNumEnvironmentVars" returns an "int", when it should probably return an "unsigned int" (because there can't possibly be negative number of env-vars). The warning occurs because comparing int with unsigned int can act in strange ways (like claiming -5 is greater than 2) On 01/05/2014, at 4:41 AM, etienne....@... wrote:
|
|