SDL/src/core/linux
Amir ccade50587 Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]"
https://stackoverflow.com/questions/42125/warning-error-function-declaration-isnt-a-prototype
In C int foo() and int foo(void) are different functions. int foo() accepts an arbitrary number of arguments, while int foo(void) accepts 0 arguments. In C++ they mean the same thing.
2024-07-17 10:51:30 -07:00
..
SDL_dbus.c Updated documentation for SDL_HINT_SHUTDOWN_DBUS_ON_QUIT 2024-01-07 14:24:56 -08:00
SDL_dbus.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_evdev.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_evdev.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_evdev_capabilities.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_evdev_capabilities.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_evdev_kbd.c Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
SDL_evdev_kbd.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_evdev_kbd_default_accents.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_evdev_kbd_default_keymap.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_fcitx.c Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
SDL_fcitx.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_ibus.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_ibus.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_ime.c Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
SDL_ime.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_sandbox.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_sandbox.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_threadprio.c Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
SDL_udev.c udev: Fix O(n^2) device walking issue (closes #9092) 2024-03-24 11:48:31 -07:00
SDL_udev.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00