We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be04304 commit b29c2efCopy full SHA for b29c2ef
src/Common/Compiler.inl
@@ -35,3 +35,5 @@
35
#define IC inline
36
#define ICF FORCE_INLINE
37
#define ICN NO_INLINE
38
+
39
+#define UNUSED(...) (void)(__VA_ARGS__)
0 commit comments