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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-08-15 00:26:26 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-08-15 00:40:12 +0300
commit67f49f9c03c95eb3a62ece38db0ae8feafd4992e (patch)
tree840359bdad25631c437a8d9fae57d00f1aaeb3d6 /source/blender/editors/space_text
parent037cf920b42d9b3404687235c524516e50a31561 (diff)
Cleanup: fix compiler warnings
Diffstat (limited to 'source/blender/editors/space_text')
-rw-r--r--source/blender/editors/space_text/text_undo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_text/text_undo.c b/source/blender/editors/space_text/text_undo.c
index a6393291f9a..4a628cf70e4 100644
--- a/source/blender/editors/space_text/text_undo.c
+++ b/source/blender/editors/space_text/text_undo.c
@@ -187,6 +187,7 @@ static bool text_undosys_step_encode(struct bContext *C,
Text *text = us->text_ref.ptr;
BLI_assert(text == CTX_data_edit_text(C));
+ UNUSED_VARS_NDEBUG(C);
us->step.data_size += text_undosys_step_encode_to_state(&us->states[1], text);