aboutsummaryrefslogtreecommitdiff
path: root/tests/test-strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-strerror.c')
-rw-r--r--tests/test-strerror.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-strerror.c b/tests/test-strerror.c
index 44709524..f7ae61ed 100644
--- a/tests/test-strerror.c
+++ b/tests/test-strerror.c
@@ -1,8 +1,9 @@
+#include "compiler.h"
#include <libunwind.h>
#include <stdio.h>
int
-main (int argc, char **argv __attribute__((unused)))
+main (int argc, char **argv UNUSED)
{
int i, verbose = argc > 1;
const char *msg;