From: Peter Krempa Date: Wed, 31 Mar 2021 08:36:11 +0000 (+0200) Subject: syntax-check: Remove unused header check for 'strings.h' X-Git-Tag: v7.3.0-rc1~373 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf60d9999bca9329e80f0f0064cb9b85bb1e9320;p=thirdparty%2Flibvirt.git syntax-check: Remove unused header check for 'strings.h' Libvirt doesn't use it and we also require use of wrappers for such string operations. Remove the pointless check. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/build-aux/syntax-check.mk b/build-aux/syntax-check.mk index 2a5d3c9980..2ada23921e 100644 --- a/build-aux/syntax-check.mk +++ b/build-aux/syntax-check.mk @@ -1445,14 +1445,6 @@ sc_prohibit_stdio--_without_use: @h='stdio--.h' re='\<((f(re)?|p)open|tmpfile) *\(' \ $(_sc_header_without_use) -# Prohibit the inclusion of strings.h without a sensible use. -# Using the likes of bcmp, bcopy, bzero, index or rindex is not sensible. -sc_prohibit_strings_without_use: - @h='strings.h' \ - re='\<(strn?casecmp|ffs(ll)?)\>' \ - $(_sc_header_without_use) - - _stddef_syms_re = NULL|offsetof|ptrdiff_t|size_t|wchar_t # Prohibit the inclusion of stddef.h without an actual use. sc_prohibit_stddef_without_use: