ecore_coroutine: Silence warning in clang

We can't get more const than const int

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
This commit is contained in:
Daniel Willmann 2013-03-19 15:46:19 +00:00
parent fab36d8869
commit a32870c424
1 changed files with 2 additions and 2 deletions

View File

@ -68,9 +68,9 @@ struct _Ecore_Coroutine
};
#ifdef __x86_64__
static const int const _ecore_coroutine_default_stack_size = 16 * 1024;
static const int _ecore_coroutine_default_stack_size = 16 * 1024;
#else
static const int const _ecore_coroutine_default_stack_size = 12 * 1024;
static const int _ecore_coroutine_default_stack_size = 12 * 1024;
#endif
static void