add UNUSED macro

This commit is contained in:
Yuichi Nishiwaki 2014-01-30 18:11:41 +09:00
parent c1e2528395
commit 223c531a3c
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ extern "C" {
#endif
#define FALLTHROUGH ((void)0)
#define UNUSED(v) ((void)(v))
#include "config.h"
#include "picrin/value.h"