summaryrefslogtreecommitdiff
path: root/unittest/mysys/byte_order-t.c
diff options
context:
space:
mode:
Diffstat (limited to 'unittest/mysys/byte_order-t.c')
-rw-r--r--unittest/mysys/byte_order-t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/mysys/byte_order-t.c b/unittest/mysys/byte_order-t.c
index e276e597fbf..d4481a4135b 100644
--- a/unittest/mysys/byte_order-t.c
+++ b/unittest/mysys/byte_order-t.c
@@ -94,7 +94,7 @@ void test_byte_order()
#undef TEST
}
-int main(int argc, char **argv)
+int main(int argc __attribute__((unused)), char **argv __attribute__((unused)))
{
plan(68);
test_byte_order();