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:
authorDalai Felinto <dfelinto@gmail.com>2017-05-17 19:13:10 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-05-17 19:13:10 +0300
commit60cd996c0aa1291c514c3a38625e6657a28230f7 (patch)
treed83ec92d5ebe6c5ca0de644460cc5fa2c6966c97 /source/blender/blenfont
parent970a7c8bb9c6c7d6dd309e6a8991cb13389fcfa0 (diff)
Silence warnings in Mac (based on buildbot build report)
Diffstat (limited to 'source/blender/blenfont')
-rw-r--r--source/blender/blenfont/intern/blf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenfont/intern/blf.c b/source/blender/blenfont/intern/blf.c
index e6dffedc5d9..43060870449 100644
--- a/source/blender/blenfont/intern/blf.c
+++ b/source/blender/blenfont/intern/blf.c
@@ -575,6 +575,8 @@ static void blf_draw_gl__start(FontBLF *font)
BLI_assert(texCoord == BLF_COORD_ID);
BLI_assert(color == BLF_COLOR_ID);
+ UNUSED_VARS_NDEBUG(pos, texCoord, color);
+
immBindBuiltinProgram(GPU_SHADER_TEXT);
#endif