Mark unused parameters, fix compiler warnings
This commit is contained in:
parent
977be0cf4f
commit
fc8b6f81a5
3 changed files with 10 additions and 2 deletions
2
util.h
2
util.h
|
@ -3,5 +3,7 @@ extern char buf[1024];
|
|||
|
||||
#define LEN(x) (sizeof (x) / sizeof *(x))
|
||||
|
||||
#define UNUSED(x) (void)x
|
||||
|
||||
const char *bprintf(const char *fmt, ...);
|
||||
int pscanf(const char *path, const char *fmt, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue