Suppressed warning on Windows

This commit is contained in:
K.Takata 2015-03-28 12:15:48 +09:00
parent cf28cc3e87
commit f96b988c88
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ LPWSTR xtableWindowClass = tableWindowClass;
void doInitTable(void)
{
initTable(xpanic, fv__TrackMouseEvent);
initTable((void (*)(const char *, DWORD)) xpanic, fv__TrackMouseEvent);
}
static LRESULT CALLBACK tableSubProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, UINT_PTR id, DWORD_PTR data)