mirror of
https://github.com/sigmasternchen/crap-libs
synced 2025-03-14 23:28:55 +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
|
||||
#define MISC_H
|
||||
|
||||
#define UNUSED(v) (v = v);
|
||||
#define UNUSED(v) ((void) v);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue