From 6780d9c0ecefd6d5886fae154eb0c526241bd155 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Fri, 27 Mar 2020 18:18:56 -0400 Subject: check-syntax: ignore the gperf auto generated files It is pointless to check the syntax of automatically generated files so let's stop doing it. Signed-off-by: Paul Moore --- tools/check-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check-syntax b/tools/check-syntax index 7429334..42790d3 100755 --- a/tools/check-syntax +++ b/tools/check-syntax @@ -26,7 +26,7 @@ CHK_C_LIST="include/seccomp.h.in \ src/*.c src/*.h \ tests/*.c tests/*.h \ tools/*.c tools/*.h" -CHK_C_EXCLUDE="" +CHK_C_EXCLUDE="src/syscalls.perf.c" #### # functions -- cgit v1.2.1