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>2016-06-07 11:16:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-06-07 11:16:03 +0300
commit5750549f6a6e8c28161e9bb49687c7342b492982 (patch)
treea86e5cb91ee73edc66295b4ae708abb47936c080 /source/blender/depsgraph
parented6f86a5106e4c8de3fee0ba2ea495f7ac1455c0 (diff)
Cleanup: warnings
Diffstat (limited to 'source/blender/depsgraph')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_tag.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_tag.cc b/source/blender/depsgraph/intern/depsgraph_tag.cc
index 7c048751869..304e3e14bae 100644
--- a/source/blender/depsgraph/intern/depsgraph_tag.cc
+++ b/source/blender/depsgraph/intern/depsgraph_tag.cc
@@ -72,7 +72,9 @@ extern "C" {
* design of those areas is more clear we'll do the same legacy code here.
* - sergey -
*/
+#if 0
#define DEPSGRAPH_USE_LEGACY_TAGGING
+#endif
namespace {