diff options
| -rw-r--r-- | src/dbg.h | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -44,4 +44,7 @@      } \  }) +/* A neat macro that silences unused parameter warnings compiler independant */ +#define UNUSED(x) (void)(x) +  #endif  | 
![]()  | 
index : Tharre/redo | |
| An elegant and minimalistic replacement for make, written in C. | Tharre | 
| aboutsummaryrefslogtreecommitdiffstats | 
| -rw-r--r-- | src/dbg.h | 3 | 
@@ -44,4 +44,7 @@      } \  }) +/* A neat macro that silences unused parameter warnings compiler independant */ +#define UNUSED(x) (void)(x) +  #endif  |