]> Git Repo - linux.git/commitdiff
don't make the syscall checking produce errors from warnings
authorStephen Rothwell <[email protected]>
Mon, 6 Sep 2021 05:47:02 +0000 (15:47 +1000)
committerLinus Torvalds <[email protected]>
Mon, 6 Sep 2021 16:15:09 +0000 (09:15 -0700)
Signed-off-by: Stephen Rothwell <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/checksyscalls.sh

index b7609958ee3640b53f025f0010366b6f24958e0c..fd9777f63f14703d25664d5dd601e85bf635b0bb 100755 (executable)
@@ -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
This page took 0.058249 seconds and 4 git commands to generate.