mirror of
https://github.com/sigmasternchen/crap-libs
synced 2025-03-15 07:38:56 +00:00
better
This commit is contained in:
parent
7a1fcaa88c
commit
e69ac52ba7
1 changed files with 1 additions and 1 deletions
2
misc.h
2
misc.h
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue