Got rid of some compilation warnings

This commit is contained in:
Pierre Pronchery 2011-04-23 01:14:04 +00:00
parent 438ef5939a
commit 26777f9856

View File

@ -15,7 +15,8 @@
#include <stddef.h>
#include <System.h>
#include <stdio.h>
#include "Asm.h"
@ -92,7 +93,7 @@ static int _dalvik_write(ArchPlugin * plugin, ArchInstruction * instruction,
ArchPluginHelper * helper = plugin->helper;
uint8_t u8;
uint16_t u16;
unsigned char const * buf;
void const * buf;
size_t size;
/* FIXME really implement */