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:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-06-13 17:17:55 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-06-13 17:29:54 +0300
commit097aa852cf4a1fc5f957abc300e01fac00a5f7ca (patch)
tree840dbd8054dd4d97b98be6fe656783992a29a43c /intern/cycles/kernel/kernel_compat_cpu.h
parent54b824106b68ba9850569d4052db97d54a109ac5 (diff)
Cycles: Silent paranoid uninitialized GCC warnings in release kernels
Diffstat (limited to 'intern/cycles/kernel/kernel_compat_cpu.h')
-rw-r--r--intern/cycles/kernel/kernel_compat_cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/kernel/kernel_compat_cpu.h b/intern/cycles/kernel/kernel_compat_cpu.h
index 7a5f70ff3da..0bf1ed36d1e 100644
--- a/intern/cycles/kernel/kernel_compat_cpu.h
+++ b/intern/cycles/kernel/kernel_compat_cpu.h
@@ -24,6 +24,7 @@
*/
#if defined(__GNUC__) && defined(NDEBUG)
# pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
+# pragma GCC diagnostic ignored "-Wuninitialized"
#endif
/* Selective nodes compilation. */