projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27151f1
)
don't make the syscall checking produce errors from warnings
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Mon, 6 Sep 2021 05:47:02 +0000
(15:47 +1000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 6 Sep 2021 16:15:09 +0000
(09:15 -0700)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checksyscalls.sh
patch
|
blob
|
history
diff --git
a/scripts/checksyscalls.sh
b/scripts/checksyscalls.sh
index b7609958ee3640b53f025f0010366b6f24958e0c..fd9777f63f14703d25664d5dd601e85bf635b0bb 100755
(executable)
--- 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