resolve implicit declarations and enforce warnings as errors

This commit is contained in:
ProjectRevoTPP
2017-03-05 07:35:03 +00:00
committed by Diegoisawesome
parent d12fd5c5ce
commit b2ec63d69e
19 changed files with 457 additions and 257 deletions
+1 -15
View File
@@ -1,19 +1,5 @@
#include "global.h"
extern u8 gDma3ManagerLocked;
extern u8 gDma3RequestCursor;
// size is 0x10
struct DmaRequestsStruct
{
/* 0x00 */ u8 *src;
/* 0x04 */ u8 *dest;
/* 0x08 */ u16 size;
/* 0x0A */ u16 mode;
/* 0x0C */ u32 value;
};
extern struct DmaRequestsStruct gDma3Requests[128];
#include "dma3.h"
void ClearDma3Requests(void)
{