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>2019-02-23 14:16:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-23 14:18:34 +0300
commit6eb59c57782724cdcbc1564356f2c2e2619c01ec (patch)
tree440ed66b7232e9ab945fc93a2be7a0c77c149379 /source/blender/python
parent8214a1ae34ad7a08585813fc9234f927ea89a3dc (diff)
Cleanup: GCC redundant declarations
Previous waning suppression was only tested with clang.
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy.h b/source/blender/python/intern/bpy.h
index bf2431603c8..bd0212cb52a 100644
--- a/source/blender/python/intern/bpy.h
+++ b/source/blender/python/intern/bpy.h
@@ -28,4 +28,7 @@ extern PyObject *bpy_package_py;
void BPY_atexit_register(void);
void BPY_atexit_unregister(void);
+extern struct CLG_LogRef *BPY_LOG_CONTEXT;
+extern struct CLG_LogRef *BPY_LOG_RNA;
+
#endif /* __BPY_H__ */