]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
syntax-check: update strcase check to refer to GLib
authorPavel Hrdina <phrdina@redhat.com>
Wed, 20 Nov 2019 14:18:59 +0000 (15:18 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 10 Dec 2019 13:08:53 +0000 (14:08 +0100)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
build-aux/syntax-check.mk

index 15e2802e56f368dace8d3ec26ee1221b33775db1..8abf1520edd8a6ef89c56e32c22e53ec804ab97f 100644 (file)
@@ -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: