From 60cd996c0aa1291c514c3a38625e6657a28230f7 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Wed, 17 May 2017 18:13:10 +0200 Subject: Silence warnings in Mac (based on buildbot build report) --- source/blender/blenfont/intern/blf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/blenfont') 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 -- cgit v1.2.3