- silence warning about unused param
needs revisit later on like many others to use ATTRIBUTE_UNUSED from platform.h
This commit is contained in:
parent
f00680eb59
commit
823f80f5ad
@ -1,7 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include "unarchive.h"
|
||||
|
||||
extern void header_skip(const file_header_t *file_header)
|
||||
extern void header_skip(const file_header_t *file_header __attribute__((unused)))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user