Utilities - M_UNUSED macro
This commit is contained in:
parent
ed126a2d5e
commit
da2034c589
1 changed files with 3 additions and 0 deletions
|
@ -234,6 +234,9 @@ struct UseTag
|
|||
|
||||
/*= MACRO HORRORS ============================================================*/
|
||||
|
||||
// M_UNUSED( Var ) - Macro for unused variables
|
||||
#define M_UNUSED( Var ) ((void)Var)
|
||||
|
||||
// M_LSHIFT_OP( Type , Target ) - Declare a left-shift operator using the
|
||||
// specified types
|
||||
#define M_LSHIFT_OP( Type , Target ) \
|
||||
|
|
Loading…
Reference in a new issue