Commit 20fbb11f authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Linus Torvalds
Browse files

don't make the syscall checking produce errors from warnings

parent 27151f17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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