Warnings: Fix several warnings.

This commit is contained in:
Sacha 2014-07-11 05:07:46 +10:00
parent 2bd8db5f7a
commit f256153a2b
18 changed files with 41 additions and 40 deletions

View file

@ -21,7 +21,7 @@ extern "C"
//void cellAdec_init();
//Module cellAdec(0x0006, cellAdec_init);
extern Module *cellAdec=nullptr;
Module *cellAdec = nullptr;
int adecRawRead(void* opaque, u8* buf, int buf_size)
{