From c982359460268cca466ce5fae3e6ef6a6c3e7c12 Mon Sep 17 00:00:00 2001 From: наб Date: Mon, 25 Apr 2022 23:27:03 +0200 Subject: cppcheck: explicitly exclude kernel code from userspace checks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thus extracting the final shred of utility Reviewed-by: Brian Behlendorf Signed-off-by: Ahelenia Ziemiańska Closes #13316 --- lib/libunicode/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libunicode') diff --git a/lib/libunicode/Makefile.am b/lib/libunicode/Makefile.am index 82fee0101..906759471 100644 --- a/lib/libunicode/Makefile.am +++ b/lib/libunicode/Makefile.am @@ -1,7 +1,6 @@ libunicode_la_CFLAGS = $(AM_CFLAGS) $(KERNEL_CFLAGS) $(LIBRARY_CFLAGS) noinst_LTLIBRARIES += libunicode.la -CPPCHECKTARGETS += libunicode.la nodist_libunicode_la_SOURCES = \ module/unicode/u8_textprep.c \ -- cgit v1.2.3