summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/sdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.base/sdt.c')
-rw-r--r--testsuite/systemtap.base/sdt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/systemtap.base/sdt.c b/testsuite/systemtap.base/sdt.c
index 46f68664..7c7398e5 100644
--- a/testsuite/systemtap.base/sdt.c
+++ b/testsuite/systemtap.base/sdt.c
@@ -65,5 +65,7 @@ main (int argc, char **argv)
call8(a, b, c, d, e, f, g, h);
call9(a, b, c, d, e, f, g, h, i);
call10(a, b, c, d, e, f, g, h, i, j);
+ (void) argv;
+ (void) argc;
return 0;
}