Evas font: Fix a compiler warning.

SVN revision: 70555
This commit is contained in:
Tom Hacohen 2012-04-30 11:15:18 +00:00
parent f046fa4c46
commit 6841959b14
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
(text_props->start > 0)) ? \
text_props->info->glyph[text_props->start - 1].pen_after : 0 ; \
size_t char_index; \
(void) _pen_x; /* Sometimes it won't be used */ \
(void) _pen_y; /* Sometimes it won't be used */
/* Visual walk helper macros */