summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/exports.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/exports.c b/common/exports.c
index 60bba750f7..ceee73a13e 100644
--- a/common/exports.c
+++ b/common/exports.c
@@ -3,7 +3,7 @@
DECLARE_GLOBAL_DATA_PTR;
-static void dummy(void)
+__attribute__((unused)) static void dummy(void)
{
}