Eina chained mempool:
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 24 Feb 2011 07:05:50 +0000 (07:05 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 24 Feb 2011 07:05:50 +0000 (07:05 +0000)
Fix a compilation failure when --disable-posix-threads
--disable-valgrind are passed to configure

When --disable-posix-threads --disable-valgrind are passed
to configure, a label is at the end of a block. Just add a
return to fix that problem.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@57290 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
src/modules/mp/chained_pool/eina_chained_mempool.c

index c36045e..77f4e40 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,3 +22,8 @@
 2011-02-17  Mike Blumenkrantz
 
         * Added eina_list_move* functions for moving list node data to other lists
+
+2011-02-24  Vincent Torri
+
+        * Fix a compilation failure when --disable-posix-threads
+       --disable-valgrind are passed to configure
index 0683ff5..be95e60 100644 (file)
@@ -339,6 +339,7 @@ eina_chained_mempool_free(void *data, void *ptr)
 # endif
      }
 #endif
+   return;
 }
 
 static void *