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-09-08 10:55:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-09-08 10:55:58 +0400
commit648f2102d8318f3260f2d0b1af1e02114655402e (patch)
tree9504da0330d27fe0c6aa0d0e0f2847d72120d13c /build_files/cmake
parent3527d2fb27a62586894270df3c0b99cd3d377646 (diff)
update bmesh doxy docs, remove double-promotion warnings in remove-strict-flags cmake macro.
Diffstat (limited to 'build_files/cmake')
-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 e392666ea96..e8f3f3190a8 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -498,6 +498,7 @@ macro(remove_strict_flags)
remove_cc_flag("-Wredundant-decls")
remove_cc_flag("-Wundef")
remove_cc_flag("-Wshadow")
+ remove_cc_flag("-Wdouble-promotion")
remove_cc_flag("-Wold-style-definition")
remove_cc_flag("-Werror=[^ ]+")
remove_cc_flag("-Werror")