Skip to content

Commit

Permalink
Add UNUSED macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Mar 11, 2016
1 parent be04304 commit b29c2ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Common/Compiler.inl
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@
#define IC inline
#define ICF FORCE_INLINE
#define ICN NO_INLINE

#define UNUSED(...) (void)(__VA_ARGS__)

0 comments on commit b29c2ef

Please sign in to comment.