This commit is contained in:
overflowerror 2017-04-15 00:13:38 +02:00
parent 7a1fcaa88c
commit e69ac52ba7

2
misc.h
View file

@ -1,6 +1,6 @@
#ifndef MISC_H #ifndef MISC_H
#define MISC_H #define MISC_H
#define UNUSED(v) (v = v); #define UNUSED(v) ((void) v);
#endif #endif