aboutsummaryrefslogtreecommitdiff
path: root/tests/01base.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/01base.c')
-rw-r--r--tests/01base.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/01base.c b/tests/01base.c
index b5e1f76..1bcc1a9 100644
--- a/tests/01base.c
+++ b/tests/01base.c
@@ -5,6 +5,9 @@
int
main (int argc, char *argv[])
{
+ (void) argc;
+ (void) argv;
+
termo_t *tk;
plan_tests (6);