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-19 14:07:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-19 14:07:23 +0400
commitab8c8374709808bf796530170f101f5336eb598d (patch)
treecb88380390d039e23062af1efa12c5298f475591 /source/blender/freestyle/intern/view_map
parent0397cc0bab2687e39d1c4a2c0ef64bd483173802 (diff)
quiet warnings by making undeclared vars static
Diffstat (limited to 'source/blender/freestyle/intern/view_map')
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMapIO.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/view_map/ViewMapIO.cpp b/source/blender/freestyle/intern/view_map/ViewMapIO.cpp
index 33daf5a7886..2e94a84861d 100644
--- a/source/blender/freestyle/intern/view_map/ViewMapIO.cpp
+++ b/source/blender/freestyle/intern/view_map/ViewMapIO.cpp
@@ -63,7 +63,7 @@ namespace ViewMapIO {
namespace Internal {
-ViewMap *g_vm;
+static ViewMap *g_vm;
//////////////////// 'load' Functions ////////////////////