Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment