Enlightenment CVS committal
Author : cedric
Project : e17
Module : proto/eina
Dir : e17/proto/eina/src/lib
Modified Files:
eina_error.c
Log Message:
Remove warning fix test covering.
===================================================================
RCS file: /cvs/e/e17/proto/eina/src/lib/eina_error.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- eina_error.c 8 Aug 2008 10:39:47 -0000 1.7
+++ eina_error.c 8 Aug 2008 12:29:13 -0000 1.8
@@ -16,6 +16,10 @@
* if not, see <http://www.gnu.org/licenses/>.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include "eina_error.h"
#include "eina_list.h"
#include "eina_private.h"
@@ -149,7 +153,7 @@
*
*/
EAPI void eina_error_print_cb_stdout(Eina_Error_Level level, const char *file,
- const char *fnc, int line, const char *fmt, void *data,
+ const char *fnc, int line, const char *fmt, __UNUSED__ void
*data,
va_list args)
{
printf("%s", _colors[level]);
@@ -160,7 +164,7 @@
/**
*
*/
-EAPI void eina_error_print_cb_file(Eina_Error_Level level, const char *file,
+EAPI void eina_error_print_cb_file(__UNUSED__ Eina_Error_Level level, const
char *file,
const char *fnc, int line, const char *fmt, void *data,
va_list args)
{
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs