From bef461ef1fac2fbcca5768b2f351f7eeec496759 Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Wed, 29 Nov 2017 17:04:41 +0100 Subject: Switch -Wnormalized=id to -Wnormalized=nfkc Modified -Wnormalized flag to nfkc option in configure.ac to avoid source code identifier confusion. Fixes #24467 Signed-off-by: Fernando Fernandez Mancera --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fd098b48de..0b3e1dda26 100644 --- a/configure.ac +++ b/configure.ac @@ -2017,7 +2017,7 @@ if test "x$enable_gcc_warnings_advisory" != "xno"; then -Wnon-literal-null-conversion -Wnon-pod-varargs -Wnonportable-cfstrings - -Wnormalized=id + -Wnormalized=nfkc -Wnull-arithmetic -Wnull-character -Wnull-conversion -- cgit v1.2.3-54-g00ecf