Re: [PATCH 08/11] linux-user/syscall: Remove unused variable from execve

2021-07-13 Thread Laurent Vivier
Le 12/07/2021 à 23:55, Richard Henderson a écrit : > From clang-13: > linux-user/syscall.c:8503:17: error: variable 'total_size' set but not used \ > [-Werror,-Wunused-but-set-variable] > > Cc: Laurent Vivier > Signed-off-by: Richard Henderson > --- > linux-user/syscall.c | 3 --- > 1 file

[PATCH 08/11] linux-user/syscall: Remove unused variable from execve

2021-07-12 Thread Richard Henderson
>From clang-13: linux-user/syscall.c:8503:17: error: variable 'total_size' set but not used \ [-Werror,-Wunused-but-set-variable] Cc: Laurent Vivier Signed-off-by: Richard Henderson --- linux-user/syscall.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/linux-user/syscall.c b/linux-u