mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 00:22:29 -05:00
SDL: Silence a large number of compile warnings (WIP)
There are some real bugs in here, but we're drowning in warnings. Change-Id: I7c2c0eafc8426327521bdd8a3ac2d3742ac16864
This commit is contained in:
parent
2ad6c3438e
commit
e28d1fe916
44 changed files with 424 additions and 395 deletions
|
|
@ -11,8 +11,8 @@
|
|||
|
||||
#include "platform.h"
|
||||
|
||||
void Setup_UnstableNetworking();
|
||||
void Setup_StableNetworking();
|
||||
void Setup_UnstableNetworking(void);
|
||||
void Setup_StableNetworking(void);
|
||||
|
||||
void callcommit(void);
|
||||
void initcrc(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue