edje: fix unused variable when gettext is disabled
authorJean Guyomarc'h <jean@guyomarch.bzh>
Tue, 7 Jun 2016 17:29:29 +0000 (19:29 +0200)
committerJean Guyomarc'h <jean@guyomarch.bzh>
Tue, 7 Jun 2016 20:21:33 +0000 (22:21 +0200)
src/lib/edje/edje_text.c

index e92949c..3196077 100644 (file)
@@ -58,6 +58,8 @@ _set_translated_string(Edje *ed, Edje_Real_Part *ep)
 
         bindtextdomain(p, curpath);
         setlocale(LC_ALL, curlocale);
+#else
+        (void) ed;
 #endif
      }
    return text;