Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_combo.c 


Log Message:
- fix warning

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_combo.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- ewl_combo.c 15 Mar 2007 06:04:17 -0000      1.47
+++ ewl_combo.c 16 Mar 2007 01:10:27 -0000      1.48
@@ -193,7 +193,7 @@
  * @brief Callback for when the button to close the combo is clicked
  */
 void
-ewl_combo_cb_popup_hide(Ewl_Widget *w, 
+ewl_combo_cb_popup_hide(Ewl_Widget *w __UNUSED__, 
                                void *ev __UNUSED__, void *data)
 {
        Ewl_Combo *combo;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to