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/python/BPy_Nature.cpp
parent0397cc0bab2687e39d1c4a2c0ef64bd483173802 (diff)
quiet warnings by making undeclared vars static
Diffstat (limited to 'source/blender/freestyle/intern/python/BPy_Nature.cpp')
-rw-r--r--source/blender/freestyle/intern/python/BPy_Nature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_Nature.cpp b/source/blender/freestyle/intern/python/BPy_Nature.cpp
index b654525ea16..8336206efb5 100644
--- a/source/blender/freestyle/intern/python/BPy_Nature.cpp
+++ b/source/blender/freestyle/intern/python/BPy_Nature.cpp
@@ -46,7 +46,7 @@ static int BPy_Nature_bool(PyObject *v);
/*-----------------------BPy_Nature number method definitions --------------------*/
-PyNumberMethods nature_as_number = {
+static PyNumberMethods nature_as_number = {
0, /* binaryfunc nb_add */
0, /* binaryfunc nb_subtract */
0, /* binaryfunc nb_multiply */