mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 15:21:35 +00:00
Fixed compiler warning on Mac OS X.
This commit is contained in:
parent
89e0e9d892
commit
71b196c0dc
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ static void IN_PrintKey(const SDL_Event* event)
|
||||||
IN_GetIOHandle
|
IN_GetIOHandle
|
||||||
===============
|
===============
|
||||||
*/
|
*/
|
||||||
static io_connect_t IN_GetIOHandle() // mac os x mouse accel hack
|
static io_connect_t IN_GetIOHandle(void) // mac os x mouse accel hack
|
||||||
{
|
{
|
||||||
io_connect_t iohandle = MACH_PORT_NULL;
|
io_connect_t iohandle = MACH_PORT_NULL;
|
||||||
kern_return_t status;
|
kern_return_t status;
|
||||||
|
|
Loading…
Reference in a new issue