From a02b4653ee52990b22ad887607dcb881e1625258 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 7 Sep 2023 13:20:52 +0200 Subject: [PATCH] Fix "make extracheck" failure (regression 2016-11-27). * tests/validate (KR-C): Remove the test against ' const ', since the input files jstest*.gperf now contain 'const' keywords. --- ChangeLog | 6 ++++++ tests/validate | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 413f471..403c59e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-09-07 Bruno Haible + + Fix "make extracheck" failure (regression 2016-11-27). + * tests/validate (KR-C): Remove the test against ' const ', since the + input files jstest*.gperf now contain 'const' keywords. + 2023-09-07 Bruno Haible Avoid "clang -Wimplicit-fallthrough" warnings also in C mode. diff --git a/tests/validate b/tests/validate index c40e538..7ce4603 100755 --- a/tests/validate +++ b/tests/validate @@ -24,7 +24,6 @@ for lang in `echo $languages | sed -e 's/,/ /g'`; do KR-C ) echo "${GPERF} -I -L KR-C $@ > valitest.c" ${GPERF} -I -L KR-C "$@" > valitest.c - grep -n ' const ' valitest.c /dev/null && exit 1 if test $use_traditional = true; then verbose ${CC} ${CFLAGS} ${CPPFLAGS} -traditional valitest.c -o valitest ./valitest