Cycles: Ignore -Wmaybe-uninitialized from the kernel in release builds

This warning provided too much false-positive issues in release version of the
kernel, making it really easy to miss actual warnings.
This commit is contained in:
Sergey Sharybin
2015-02-02 21:13:41 +05:00
parent 23e3dbb726
commit ddba5c27a7
7 changed files with 13 additions and 6 deletions

View File

@@ -27,8 +27,8 @@
#ifdef WITH_CYCLES_OPTIMIZED_KERNEL_SSE2
#include "kernel.h"
#include "kernel_compat_cpu.h"
#include "kernel.h"
#include "kernel_math.h"
#include "kernel_types.h"
#include "kernel_globals.h"