Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-10-01 09:20:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-01 09:20:31 +0300
commitbdb7d262aadb2685f0cb7ef73840e479252e70d4 (patch)
tree6bf65fd09dc01d85a07f8422b69d91b11818ad00 /source/blender/imbuf/intern/openexr
parentb559fb178e5063c3efd6be6b018ab50c9fd2e0d9 (diff)
Cleanup: clang-tidy warnings
Diffstat (limited to 'source/blender/imbuf/intern/openexr')
-rw-r--r--source/blender/imbuf/intern/openexr/openexr_stub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/openexr/openexr_stub.cpp b/source/blender/imbuf/intern/openexr/openexr_stub.cpp
index 639100ac6fe..9b4d6178613 100644
--- a/source/blender/imbuf/intern/openexr/openexr_stub.cpp
+++ b/source/blender/imbuf/intern/openexr/openexr_stub.cpp
@@ -49,7 +49,7 @@ bool IMB_exr_begin_read(void * /*handle*/,
int * /*height*/,
const bool /*add_channels*/)
{
- return 0;
+ return false;
}
bool IMB_exr_begin_write(void * /*handle*/,
const char * /*filename*/,