From: Pavel Hrdina Date: Wed, 20 Nov 2019 14:18:59 +0000 (+0100) Subject: syntax-check: update strcase check to refer to GLib X-Git-Tag: v6.0.0-rc1~384 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=969f83822b5827d0f7bc8af06f1420b4d906170b;p=thirdparty%2Flibvirt.git syntax-check: update strcase check to refer to GLib Signed-off-by: Pavel Hrdina Reviewed-by: Cole Robinson --- 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: