SDL/src/hidapi/windows
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
..
ddk_build Added missing files from previous commits 2018-08-09 16:05:48 -07:00
Makefile-manual Added missing files from previous commits 2018-08-09 16:05:48 -07:00
Makefile.am Added missing files from previous commits 2018-08-09 16:05:48 -07:00
Makefile.mingw Added missing files from previous commits 2018-08-09 16:05:48 -07:00
hid.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
hidapi.sln Added missing files from previous commits 2018-08-09 16:05:48 -07:00
hidapi.vcproj Added missing files from previous commits 2018-08-09 16:05:48 -07:00
hidtest.vcproj Added missing files from previous commits 2018-08-09 16:05:48 -07:00