Skip to content

Commit b29c2ef

Browse files
author
nitrocaster
committed
Add UNUSED macro.
1 parent be04304 commit b29c2ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Common/Compiler.inl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@
3535
#define IC inline
3636
#define ICF FORCE_INLINE
3737
#define ICN NO_INLINE
38+
39+
#define UNUSED(...) (void)(__VA_ARGS__)

0 commit comments

Comments
 (0)