mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 16:53:58 -05:00
don't make the syscall checking produce errors from warnings
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
27151f1778
commit
20fbb11fe4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue