From b5aa641ae5d2f4eeb05f0a09de9d178f8b678cb5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 16 Sep 2014 17:29:40 -0700 Subject: grep: avoid false alarms for mb_clen and to_uchar * cfg.mk (_gl_TS_unmarked_extern_functions): New var, to bypass the tight_scope false alarms on mb_clen and to_uchar. --- cfg.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cfg.mk') diff --git a/cfg.mk b/cfg.mk index 947d1842..3316b5d7 100644 --- a/cfg.mk +++ b/cfg.mk @@ -28,6 +28,10 @@ local-checks-to-skip = \ # Tools used to bootstrap this package, used for "announcement". bootstrap-tools = autoconf,automake,gnulib +# The tight_scope test gets confused about inline functions. +# like 'to_uchar'. +_gl_TS_unmarked_extern_functions = main usage mb_clen to_uchar + # Now that we have better tests, make this the default. export VERBOSE = yes -- cgit v1.2.1