mirror of
https://github.com/yawut/SDL.git
synced 2026-08-19 07:17:30 -05:00
Fixed compiler warning.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user