Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_font.c 


Log Message:
Add __UNUSED__ to evas_hash_foreach function.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_font.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- e_font.c    9 Feb 2008 22:41:30 -0000       1.24
+++ e_font.c    9 Feb 2008 22:48:28 -0000       1.25
@@ -5,7 +5,7 @@
 
 #define E_TOK_STYLE ":style="
 
-static Evas_Bool _font_hash_free_cb(const Evas_Hash *hash, const char *key, 
void *data, void *fdata);
+static Evas_Bool _font_hash_free_cb(const Evas_Hash *hash __UNUSED__, const 
char *key __UNUSED__, void *data, void *fdata __UNUSED__);
 static Evas_Hash *_e_font_available_hash_add(Evas_Hash *font_hash, const char 
*full_name);
 static E_Font_Properties *_e_font_fontconfig_name_parse(Evas_Hash **font_hash, 
E_Font_Properties *efp, const char *font);
 static char _fn_buf[1024];
@@ -151,7 +151,7 @@
 }
 
 static Evas_Bool
-_font_hash_free_cb(const Evas_Hash *hash, const char *key, void *data, void 
*fdata)
+_font_hash_free_cb(const Evas_Hash *hash __UNUSED__, const char *key 
__UNUSED__, void *data, void *fdata __UNUSED__)
 {
    E_Font_Properties *efp;
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to