eina: remove warning when building without siginfo_t.

SVN revision: 65437
This commit is contained in:
Cedric BAIL 2011-11-20 14:03:09 +00:00
parent 7156816e8a
commit 74e8fac021
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ EAPI Eina_Bool
eina_mmap_safety_enabled_set(Eina_Bool enabled)
{
#ifndef HAVE_SIGINFO_T
(void) enabled;
return EINA_FALSE;
#else
if (_eina_mmap_log_dom < 0)