Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fm_mime.c 


Log Message:
Tell compiler that hash is unused in this function.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm_mime.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- e_fm_mime.c 16 Oct 2007 09:11:43 -0000      1.27
+++ e_fm_mime.c 16 Oct 2007 09:15:30 -0000      1.28
@@ -12,7 +12,7 @@
 };
 
 /* local subsystem functions */
-static Evas_Bool _e_fm2_mime_handler_glob_match_foreach(Evas_Hash *hash, const 
char *key, void *data, void *fdata);
+static Evas_Bool _e_fm2_mime_handler_glob_match_foreach(Evas_Hash *hash 
__UNUSED__, const char *key, void *data, void *fdata);
 static Evas_Bool _e_fm_mime_icon_foreach(Evas_Hash *hash, const char *key, 
void *data, void *fdata);
 
 static Evas_Hash *icon_map = NULL;
@@ -355,7 +355,7 @@
 /* local subsystem functions */
 /* used to loop a glob hash and determine if the glob handler matches the 
filename */
 static Evas_Bool 
-_e_fm2_mime_handler_glob_match_foreach(Evas_Hash *hash, const char *key, void 
*data, void *fdata)
+_e_fm2_mime_handler_glob_match_foreach(Evas_Hash *hash __UNUSED__, const char 
*key, void *data, void *fdata)
 {
    E_Fm2_Mime_Handler_Tuple *tuple;
    Evas_List *handlers = NULL;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to