SDL/src/video/android
Amir e7a47e783b 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.

(cherry picked from commit ccade50587)
2024-07-17 14:48:06 -07:00
..
SDL_androidclipboard.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_androidclipboard.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_androidevents.c Keep track of whether the Android on-screen keyboard was opened by the application 2024-03-05 13:55:12 -08:00
SDL_androidevents.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_androidgl.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_androidgl.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_androidkeyboard.c Keep track of whether the Android on-screen keyboard was opened by the application 2024-03-05 13:55:12 -08:00
SDL_androidkeyboard.h Keep track of whether the Android on-screen keyboard was opened by the application 2024-03-05 13:55:12 -08:00
SDL_androidmessagebox.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_androidmessagebox.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_androidmouse.c Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 14:48:06 -07:00
SDL_androidmouse.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_androidtouch.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_androidtouch.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_androidvideo.c SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:46:23 -05:00
SDL_androidvideo.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_androidvulkan.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_androidvulkan.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_androidwindow.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_androidwindow.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00