zlibWrapper: added gcc flag -Wdeclaration-after-statement

This commit is contained in:
inikep
2016-06-02 22:15:09 +02:00
parent b74a468fad
commit ff2d18928d
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -131,8 +131,8 @@ static unsigned FUZ_highbit32(U32 v32)
static void* ZBUFF_allocFunction(void* opaque, size_t size)
{
(void)opaque;
void* address = malloc(size);
(void)opaque;
/* DISPLAYLEVEL(4, "alloc %p, %d opaque=%p \n", address, (int)size, opaque); */
return address;
}