Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src


Modified Files:
        entropy_core.c entropy_thumbnailer_engine.c 
        notification_engine.c plugin_helper.c 


Log Message:
Smalls fixes for warnings, no functional changes.
- Correct variable types.
- Correct casts.
- Remove unused variables.
- Fix some const usage.

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/entropy_core.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -3 -r1.92 -r1.93
--- entropy_core.c      7 Sep 2006 13:40:14 -0000       1.92
+++ entropy_core.c      29 Dec 2006 13:02:53 -0000      1.93
@@ -23,7 +23,6 @@
 
 #define ENTROPY_CORE 1
 
-static int requests = 0;
 static long file_cache_size = 0;
 static entropy_plugin* distrib_plugin = NULL; /* FIXME - handle distrib 
plugins better*/
 entropy_core* core_core;
===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/entropy_thumbnailer_engine.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- entropy_thumbnailer_engine.c        28 Mar 2006 10:31:14 -0000      1.3
+++ entropy_thumbnailer_engine.c        29 Dec 2006 13:02:53 -0000      1.4
@@ -5,7 +5,7 @@
 }
 
 Ecore_List* entropy_thumbnailer_child_retrieve(char* mime_type) {
-       return 
(entropy_plugin*)ecore_hash_get(entropy_core_get_core()->entropy_thumbnailers_child,
 mime_type);
+       return 
(Ecore_List*)ecore_hash_get(entropy_core_get_core()->entropy_thumbnailers_child,
 mime_type);
 }
 
 entropy_thumbnail_request* entropy_thumbnail_request_new() {
===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/notification_engine.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- notification_engine.c       1 Apr 2006 08:25:11 -0000       1.11
+++ notification_engine.c       29 Dec 2006 13:02:53 -0000      1.12
@@ -87,7 +87,6 @@
        entropy_notify_event* next;
 
        
-       int rc;
        void* (*call_func)(void* arg);
 
        ecore_list_goto_first (notify->op_queue);
===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugin_helper.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- plugin_helper.c     7 Sep 2006 13:40:14 -0000       1.30
+++ plugin_helper.c     29 Dec 2006 13:02:53 -0000      1.31
@@ -199,7 +199,7 @@
        (*fileplugin->file_functions.file_remove)(file, instance);
 }
 
-void entropy_plugin_filesystem_directory_create(entropy_generic_file* file, 
char* dir) 
+void entropy_plugin_filesystem_directory_create(entropy_generic_file* file, 
const char* dir) 
 {
        Entropy_Plugin_File* fileplugin;
         entropy_plugin *plugin =



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