Skip to content
#

openexr

Here are 34 public repositories matching this topic...

hodoulp
hodoulp commented Nov 28, 2019

When compiling master & RB-2.4 with Visual Studio 17, there are lot of warnings. Most of them only require a small change in the source code. But one require several iterations to be correctly fixed in OCIO.

F:\OpenSource\openexr\IlmBase\Iex\IexBaseExc.cpp(393): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation,
Good first issue Awaiting Feedback
cary-ilm
cary-ilm commented Mar 16, 2022

testMatrix() in testExtractSHRT.cpp fails to check the return status of extractSHRT(). If the input matrix is invalid, it will produce garbage results. A better solution is to assert that extractSHRT() returns true.

Adding this assert will eliminate an uninitialized variable reference warning, since the s, h, r, and t variables may be unset.

good first issue

Improve this page

Add a description, image, and links to the openexr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openexr topic, visit your repo's landing page and select "manage topics."

Learn more