aboutsummaryrefslogtreecommitdiff
path: root/tests/extr_u16.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extr_u16.c')
-rw-r--r--tests/extr_u16.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/extr_u16.c b/tests/extr_u16.c
index 3063e33..e2e000d 100644
--- a/tests/extr_u16.c
+++ b/tests/extr_u16.c
@@ -2,8 +2,10 @@
#include <assert.h>
#include "do_jit.h"
-int main()
+int main(int argc, char *argv[])
{
+ (void)argv;
+ bool do_jit = argc > 1;
struct ejit_operand operands[1] = {
EJIT_OPERAND_GPR(1, EJIT_TYPE(long))
};