Enlightenment CVS committal Author : englebass Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fm_main.c Log Message: Fix warnings. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm_main.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -3 -r1.34 -r1.35 --- e_fm_main.c 22 Oct 2007 07:38:24 -0000 1.34 +++ e_fm_main.c 31 Oct 2007 19:54:29 -0000 1.35 @@ -31,6 +31,7 @@ #include <Ecore_Ipc.h> #include <Ecore_File.h> #include <Evas.h> +#include <Efreet.h> #include <Eet.h> #include "config.h" @@ -689,10 +690,8 @@ _e_dbus_cb_vol_prop_mount_modified(void *data, void *reply_data, DBusError *error) { E_Volume *v = data; - E_Storage *s = NULL; E_Hal_Device_Get_All_Properties_Return *ret = reply_data; int err = 0; - char *str = NULL; if (!ret) return; if (dbus_error_is_set(error)) ------------------------------------------------------------------------- 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