aboutsummaryrefslogtreecommitdiff
path: root/example/example_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_debug.h')
-rw-r--r--example/example_debug.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/example/example_debug.h b/example/example_debug.h
index b83667c..dd3aa7f 100644
--- a/example/example_debug.h
+++ b/example/example_debug.h
@@ -78,6 +78,11 @@ do { \
EXAMPLE_LOG(EXAMPLE_LOG_ABORT, fmt, ##__VA_ARGS__)
/**
+ * Intentionally unused variables to functions
+ */
+#define EXAMPLE_UNUSED __attribute__((__unused__))
+
+/**
* @}
*/