projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use gcc attrubutes to warn on unused return values and arguments which shouldnt be...
[blender.git]
/
source
/
blender
/
compositor
/
intern
/
COM_CompositorContext.cpp
diff --git
a/source/blender/compositor/intern/COM_CompositorContext.cpp
b/source/blender/compositor/intern/COM_CompositorContext.cpp
index fbdb4cd6b2810870b6db5d57aea4d4d2a9b2fb03..23a15d54b80497b960a8f6e5ea21f32a252064ed 100644
(file)
--- a/
source/blender/compositor/intern/COM_CompositorContext.cpp
+++ b/
source/blender/compositor/intern/COM_CompositorContext.cpp
@@
-26,7
+26,7
@@
CompositorContext::CompositorContext()
{
CompositorContext::CompositorContext()
{
- this->m_rd =
NULL
;
+ this->m_rd =
0
;
this->m_quality = COM_QUALITY_HIGH;
this->m_hasActiveOpenCLDevices = false;
this->m_activegNode = NULL;
this->m_quality = COM_QUALITY_HIGH;
this->m_hasActiveOpenCLDevices = false;
this->m_activegNode = NULL;