ecore - dont rely on commons merge for func ptr

use a proper extern delcaration to do this not a extern func ptr.
fixes compile errors with lto on.
This commit is contained in:
Carsten Haitzler 2018-05-06 15:58:52 +09:00
parent 3685bcd61d
commit 9cf5b97a8a
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ static int _ecore_init_count_threshold = 0;
int _ecore_log_dom = -1;
int _ecore_fps_debug = 0;
extern void (*_ecore_thread_join)();
extern void _ecore_thread_join();
typedef struct _Ecore_Safe_Call Ecore_Safe_Call;
struct _Ecore_Safe_Call