mirror of
https://github.com/sigmasternchen/crap-libs
synced 2025-03-15 07:38:56 +00:00
macro to avoid unused variable warning
This commit is contained in:
parent
decad27c3f
commit
1d47d2e809
1 changed files with 6 additions and 0 deletions
6
misc/unused.h
Normal file
6
misc/unused.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef UNUSED_H
|
||||
#define UNUSED_H
|
||||
|
||||
#define UNUSED(v) (v = v);
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue