From: Stephen Rothwell Date: Mon, 6 Sep 2021 05:47:02 +0000 (+1000) Subject: don't make the syscall checking produce errors from warnings X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=20fbb11fe4ea99e02d77824613f1438bea456683;p=linux.git don't make the syscall checking produce errors from warnings Signed-off-by: Stephen Rothwell Signed-off-by: Linus Torvalds --- diff --git a/scripts/checksyscalls.sh b/scripts/checksyscalls.sh index b7609958ee364..fd9777f63f147 100755 --- a/scripts/checksyscalls.sh +++ b/scripts/checksyscalls.sh @@ -266,4 +266,4 @@ syscall_list() { } (ignore_list && syscall_list $(dirname $0)/../arch/x86/entry/syscalls/syscall_32.tbl) | \ -$* -E -x c - > /dev/null +$* -Wno-error -E -x c - > /dev/null