Yaml related warning message when compiling OCIO
etienne....@...
Hi, I get a Yaml related warning message when building OCIO (branch: master 64adcad300adfd166280d2e7b1fb5c3ce7dca482) I'm on CentOS 6.5, and here's my cmake log:
Here's the warning message: [ 87%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/OCIOYaml.cpp.o I'm wondering if I should be concerned with that message or just ignore it because as you can see the build completes. Thanks in advance |
|
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:
|
|