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
|
@ -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…
Reference in New Issue