aboutsummaryrefslogtreecommitdiff
path: root/tests-mx32/execveat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests-mx32/execveat.c')
-rw-r--r--tests-mx32/execveat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests-mx32/execveat.c b/tests-mx32/execveat.c
index 853e26c4a..f4c88d1bc 100644
--- a/tests-mx32/execveat.c
+++ b/tests-mx32/execveat.c
@@ -83,6 +83,7 @@ main(void)
tail_argv[ARRAY_SIZE(q_argv)] = NULL;
tail_envp[ARRAY_SIZE(q_envp)] = NULL;
+ (void) q_envp; /* workaround for clang bug #33068 */
syscall(__NR_execveat, -100, FILENAME, tail_argv, tail_envp, 0x1100);
printf("execveat(AT_FDCWD, \"%s\", [\"%s\", \"%s\", \"%s\"]"