add UNUSED macro
This commit is contained in:
parent
c1e2528395
commit
223c531a3c
|
@ -40,6 +40,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#define FALLTHROUGH ((void)0)
|
||||
#define UNUSED(v) ((void)(v))
|
||||
|
||||
#include "config.h"
|
||||
#include "picrin/value.h"
|
||||
|
|
Loading…
Reference in New Issue