mirror of
https://github.com/yawut/SDL.git
synced 2026-04-21 16:17:28 -05:00
Fixed compiler warning.
This commit is contained in:
parent
119f6eca4f
commit
cb80113535
|
|
@ -302,6 +302,7 @@ MaybeAddDevice(const char *path)
|
|||
return numjoysticks++;
|
||||
}
|
||||
|
||||
#if SDL_USE_LIBUDEV
|
||||
/* !!! FIXME: I would love to dump this code and use libudev instead. */
|
||||
static int
|
||||
MaybeRemoveDevice(const char *path)
|
||||
|
|
@ -341,6 +342,7 @@ MaybeRemoveDevice(const char *path)
|
|||
|
||||
return -1;
|
||||
}
|
||||
#endif
|
||||
|
||||
static int
|
||||
JoystickInitWithoutUdev(void)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user