From 969f83822b5827d0f7bc8af06f1420b4d906170b Mon Sep 17 00:00:00 2001 From: Pavel Hrdina Date: Wed, 20 Nov 2019 15:18:59 +0100 Subject: [PATCH] syntax-check: update strcase check to refer to GLib Signed-off-by: Pavel Hrdina Reviewed-by: Cole Robinson --- 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 15e2802e56..8abf1520ed 100644 --- a/build-aux/syntax-check.mk +++ b/build-aux/syntax-check.mk @@ -590,7 +590,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: