Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/text_fmt


Modified Files:
        ewl_text_fmt.c 


Log Message:
- fix warnings

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/text_fmt/ewl_text_fmt.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_text_fmt.c      4 Jun 2007 18:41:19 -0000       1.1
+++ ewl_text_fmt.c      29 Jun 2007 14:48:55 -0000      1.2
@@ -191,85 +191,85 @@
 }
 
 static int 
-tf_count_non_empty(char *buf, int len)
+tf_count_non_empty(char *buf __UNUSED__, int len __UNUSED__)
 {
        return 1;
 }
 
 static int 
-tf_prepend_empty(char *buf, int len)
+tf_prepend_empty(char *buf __UNUSED__, int len __UNUSED__)
 {
        return 1;
 }
 
 static int 
-tf_prepend_non_empty(char *buf, int len)
+tf_prepend_non_empty(char *buf __UNUSED__, int len __UNUSED__)
 {
        return 1;
 }
 
 static int 
-tf_append_empty(char *buf, int len)
+tf_append_empty(char *buf __UNUSED__, int len __UNUSED__)
 {
        return 1;
 }
 
 static int 
-tf_append_non_empty(char *buf, int len)
+tf_append_non_empty(char *buf __UNUSED__, int len __UNUSED__)
 {
        return 1;
 }
 
 static int 
-tf_insert_empty(char *buf, int len)
+tf_insert_empty(char *buf __UNUSED__, int len __UNUSED__)
 {
        return 1;
 }
 
 static int 
-tf_insert_non_empty(char *buf, int len)
+tf_insert_non_empty(char *buf __UNUSED__, int len __UNUSED__)
 {
        return 1;
 }
 
 static int 
-tf_delete_empty(char *buf, int len)
+tf_delete_empty(char *buf __UNUSED__, int len __UNUSED__)
 {
        return 1;
 }
 
 static int 
-tf_delete_non_empty(char *buf, int len)
+tf_delete_non_empty(char *buf __UNUSED__, int len __UNUSED__)
 {
        return 1;
 }
 
 static int 
-tf_delete_past_end(char *buf, int len)
+tf_delete_past_end(char *buf __UNUSED__, int len __UNUSED__)
 {
        return 1;
 }
 
 static int 
-tf_delete_all(char *buf, int len)
+tf_delete_all(char *buf __UNUSED__, int len __UNUSED__)
 {
        return 1;
 }
 
 static int 
-tf_delete_full_node(char *buf, int len)
+tf_delete_full_node(char *buf __UNUSED__, int len __UNUSED__)
 {
        return 1;
 }
 
 static int 
-tf_delete_partial_node(char *buf, int len)
+tf_delete_partial_node(char *buf __UNUSED__, int len __UNUSED__)
 {
        return 1;
 }
 
 static int
-tf_apply_empty_text(char *buf, int len)
+tf_apply_empty_text(char *buf __UNUSED__, int len __UNUSED__)
 {
        Ewl_Widget *t;
 
@@ -280,7 +280,7 @@
 }
 
 static int
-tf_apply_full_text(char *buf, int len)
+tf_apply_full_text(char *buf __UNUSED__, int len __UNUSED__)
 {
        Ewl_Widget *t;
 
@@ -292,7 +292,7 @@
 }
 
 static int
-tf_apply_past_end_text(char *buf, int len)
+tf_apply_past_end_text(char *buf __UNUSED__, int len __UNUSED__)
 {
        Ewl_Widget *t;
 
@@ -304,13 +304,13 @@
 }
 
 static int
-tf_apply_full_node_text(char *buf, int len)
+tf_apply_full_node_text(char *buf __UNUSED__, int len __UNUSED__)
 {
        return 1;
 }
 
 static int
-tf_apply_partial_node_text(char *buf, int len)
+tf_apply_partial_node_text(char *buf __UNUSED__, int len __UNUSED__)
 {
        return 1;
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to