Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/lib


Modified Files:
        etk_widget.c 


Log Message:
Fix compiler warnings

===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_widget.c,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -3 -r1.115 -r1.116
--- etk_widget.c        4 Jul 2007 11:25:39 -0000       1.115
+++ etk_widget.c        24 Jul 2007 21:40:16 -0000      1.116
@@ -1,4 +1,5 @@
 /** @file etk_widget.c */
+#define _XOPEN_SOURCE 600
 #include "etk_widget.h"
 #include <stdlib.h>
 #include <stdio.h>
@@ -1411,7 +1412,6 @@
    if (!(data_string = edje_object_data_get(widget->theme_object, data_name)))
       return 0;
    
-   /* TODO: remove that vsscanf compiler warning */
    va_start(args, format);
    result = vsscanf(data_string, format, args);
    va_end(args);



-------------------------------------------------------------------------
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