hotkey.c: In function 'main':
hotkey.c:454:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
i = ((int (*)())HOTKEY_FUNC)((char*)"INIT",(int)HOTKEY_MAGIC);
^
hotkey.c:468:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
hkey_data_t *hkd = ((hkey_data_t*(*)(char*,int))HOTKEY_FUNC)(NULL,HOTKEY_MAGIC);
^
/usr/local/bin/ld: warning: cannot find entry symbol _start; defaulting to 00000000004000e8