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>2014-06-18 09:48:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-06-18 09:48:22 +0400
commit24090ead012e3774fabc25a88909e51931e1a5bc (patch)
tree106cda8fe99f37df7d53b12b8f3368d2ac6f7ce3 /source/blender/datatoc
parent2ccbdec6e5c1cb97e19a142dfe5c1255e8ec3bf0 (diff)
Quiet warning
Diffstat (limited to 'source/blender/datatoc')
-rw-r--r--source/blender/datatoc/datatoc_icon.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/datatoc/datatoc_icon.c b/source/blender/datatoc/datatoc_icon.c
index 59c9eeb3ed1..7df9269a4a8 100644
--- a/source/blender/datatoc/datatoc_icon.c
+++ b/source/blender/datatoc/datatoc_icon.c
@@ -314,6 +314,9 @@ static bool icon_merge(const char *file_src,
free(pixels);
+ /* only for bounds check */
+ (void)canvas_h;
+
return true;
}