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>2013-03-16 02:55:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-16 02:55:10 +0400
commitd9c9209608c59cb5f93c4d781b418d868765b94c (patch)
tree2fd78fefd410b5357cb6382c4c35c5df2fc4fa95 /build_files
parent6379dea41c60521264ee5faf882fbcbc81ce0c45 (diff)
code cleanup: quiet some -Wshadow warnings, mix of obvious mistakes and harmless global/local naming conflict.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/macros.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 0b952372719..9fe76df20b9 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -492,6 +492,7 @@ macro(remove_strict_flags)
remove_cc_flag("-Wredundant-decls")
remove_cc_flag("-Wundef")
remove_cc_flag("-Wshadow")
+ remove_cc_flag("-Wold-style-definition")
remove_cc_flag("-Werror=[^ ]+")
remove_cc_flag("-Werror")