Sam Lantinga
b4e069e7f8
Fixed bug 3517 - Compiler warnings with gcc -Wstrict-prototypes
...
felix
Compiling even a simple SDL2 'hello world' program with gcc -Wstrict-prototypes (GCC 6.2.1) results in warnings like:
/usr/include/SDL2/SDL_gamecontroller.h:143:1: attention : function declaration isn't a prototype [-Wstrict-prototypes]
extern DECLSPEC int SDLCALL SDL_GameControllerNumMappings();
^~~~~~
It seems there is a missing 'void' between the parentheses.
2016-12-26 02:12:21 -08:00
..
2016-12-09 05:12:27 -08:00
2016-12-23 22:49:37 -04:00
2016-12-09 01:47:43 -08:00
2016-12-11 12:01:01 -08:00
2016-12-09 05:12:27 -08:00
2016-12-26 02:12:21 -08:00
2016-12-09 01:47:43 -08:00
2016-12-09 05:19:31 -08:00
2016-12-09 01:47:43 -08:00
2016-12-09 05:12:27 -08:00
2016-12-09 05:12:27 -08:00
2016-12-26 02:12:21 -08:00
2016-12-09 05:12:27 -08:00
2016-12-09 05:12:27 -08:00
2016-12-13 00:22:42 -05:00
2016-12-26 02:12:21 -08:00
2016-12-12 09:18:42 -08:00
2016-01-02 10:10:34 -08:00
2016-11-13 22:57:41 -08:00
2016-01-02 10:10:34 -08:00
2016-01-02 10:10:34 -08:00
2016-01-02 10:10:34 -08:00
2016-10-10 18:28:05 +02:00
2016-01-02 10:10:34 -08:00
2016-11-15 01:30:08 -08:00
2016-10-01 13:40:01 -07:00
2016-01-02 10:10:34 -08:00
2016-01-02 10:10:34 -08:00
2016-11-20 21:34:54 -08:00
2016-11-15 01:24:58 -08:00
2016-01-02 10:10:34 -08:00
2016-12-09 01:47:43 -08:00
2016-12-09 05:00:35 -08:00
2016-01-02 10:10:34 -08:00
2016-01-02 10:10:34 -08:00
2016-01-02 10:10:34 -08:00
2016-01-02 10:10:34 -08:00
2016-11-24 21:41:09 -05:00
2016-01-02 10:10:34 -08:00
2016-11-24 21:41:09 -05:00
2016-11-20 21:34:54 -08:00
2016-11-23 21:52:48 -05:00
2016-01-02 10:10:34 -08:00
2016-11-30 22:06:05 -08:00
2016-12-11 12:01:01 -08:00
2016-12-11 12:01:44 -08:00
2016-01-02 10:10:34 -08:00