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-01-24 06:25:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-24 06:29:14 +0300
commit2ca34e419e9ed82f2065433d41b7544f17b18ce2 (patch)
treecbd345523cb8c939347e6579d6c1783b9aae73bc /source/blender/windowmanager/intern/wm_files.c
parent203d2c5029dcc654ad4ffee998cee68aa5cb69f1 (diff)
Docs: minor edits to code comments
Diffstat (limited to 'source/blender/windowmanager/intern/wm_files.c')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 01699b2360b..845e190c82d 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -469,6 +469,8 @@ static void wm_file_read_post(bContext *C, bool is_startup_file)
BPY_python_reset(C);
addons_loaded = true;
}
+#else
+ UNUSED_VARS(is_startup_file);
#endif /* WITH_PYTHON */
WM_operatortype_last_properties_clear_all();