Eina: warning--

patch by Fabien Romano from OpenBSD


SVN revision: 65206
This commit is contained in:
Vincent Torri 2011-11-14 22:08:02 +00:00
parent 13261e2909
commit 5e673a311f
1 changed files with 4 additions and 4 deletions

View File

@ -436,12 +436,12 @@ _eina_file_map_key_hash(const unsigned long int *key, int key_length __UNUSED__)
}
#ifndef MAP_POPULATE
static int
static unsigned int
_eina_file_map_populate(char *map, unsigned int size, Eina_Bool hugetlb)
{
int r = 0xDEADBEEF;
int i;
int s;
unsigned int r = 0xDEADBEEF;
unsigned int i;
unsigned int s;
s = hugetlb ? EINA_HUGE_PAGE : EINA_SMALL_PAGE;