Blender Git Commit Log

Git Commits -> Revision d530939

Revision d530939 by Stefan Werner (master)
June 25, 2018, 21:02 (GMT)
Turned off clang warnings in third party includes.

The latest clang compiler (at least the one in Xcode 9.4.1) warns about the register keyword and macro expansions using defined().
Since these warnings come from third party code, we can't address them directly in Blender. Silencing them via #pramgas will
at least keep the warnings during a build down to the ones that are relevant to Blender code.

Commit Details:

Full Hash: d53093953f8f3b58600cb19020ecbe0b5f254b52
Parent Commit: 8a7f317
Lines Changed: +25, -0

7 Modified Paths:

/intern/cycles/device/device_cpu.cpp (+3, -0) (Diff)
/intern/cycles/kernel/osl/osl_closures.cpp (+4, -0) (Diff)
/intern/cycles/kernel/osl/osl_shader.cpp (+3, -0) (Diff)
/intern/cycles/render/shader.h (+3, -0) (Diff)
/intern/cycles/util/util_image.h (+4, -0) (Diff)
/intern/cycles/util/util_param.h (+4, -0) (Diff)
/source/blender/imbuf/intern/openexr/openexr_api.cpp (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021