Evas font: Fix a compiler warning.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 Apr 2012 11:15:18 +0000 (11:15 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 Apr 2012 11:15:18 +0000 (11:15 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@70555 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/engines/common/evas_font_default_walk.x

index 94e7fde..f6e4520 100644 (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 */