[libvirt] [PATCH 3/4] syntax-check: update strcase check to refer to GLib

Pavel Hrdina phrdina at redhat.com
Wed Nov 20 14:54:20 UTC 2019


Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---
 build-aux/syntax-check.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/syntax-check.mk b/build-aux/syntax-check.mk
index f1e976ec76..047c48ae83 100644
--- a/build-aux/syntax-check.mk
+++ b/build-aux/syntax-check.mk
@@ -588,7 +588,7 @@ sc_avoid_ctype_macros:
 
 sc_avoid_strcase:
 	@prohibit='\bstrn?case(cmp|str) *\(' \
-	halt='use c-strcase.h instead of raw strcase functions' \
+	halt='use GLib strcase functions instead of raw strcase functions' \
 	  $(_sc_search_regexp)
 
 sc_prohibit_virBufferAdd_with_string_literal:
-- 
2.23.0




More information about the libvir-list mailing list