From 5621e63d36c525f6acd744e2ddae3a73f2c3b453 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 14 Feb 2014 10:55:19 +1100 Subject: Code cleanup: duplicate headers --- source/blender/python/intern/bpy_interface.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/python/intern/bpy_interface.c') diff --git a/source/blender/python/intern/bpy_interface.c b/source/blender/python/intern/bpy_interface.c index a547604cdd6..23486a8ab91 100644 --- a/source/blender/python/intern/bpy_interface.c +++ b/source/blender/python/intern/bpy_interface.c @@ -377,6 +377,8 @@ void BPY_python_end(void) BPY_atexit_unregister(); /* without this we get recursive calls to WM_exit */ Py_Finalize(); + + (void)gilstate; #else PyGILState_Release(gilstate); #endif -- cgit v1.2.3