You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sdl/Xcode-iOS/Demos/src
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.
12 months ago
..
accelerometer.c [SDL2] pointer boolean (#8523) 2 years ago
common.c Updated iOS tests and demos for latest SDL linking requirements 5 years ago
common.h Updated iOS tests and demos for latest SDL linking requirements 5 years ago
fireworks.c Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 12 months ago
happy.c [SDL2] pointer boolean (#8523) 2 years ago
keyboard.c Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 12 months ago
mixer.c Cleanup add brace (#6545) 3 years ago
rectangles.c [SDL2] pointer boolean (#8523) 2 years ago
touch.c [SDL2] pointer boolean (#8523) 2 years ago