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-Tag: accepted/tizen/unified/20230118.172025~6454 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20fbb11fe4ea99e02d77824613f1438bea456683;p=platform%2Fkernel%2Flinux-rpi.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 b760995..fd9777f 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