From c832e661192bde529b6b08015a44724c77f82e5f Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Wed, 29 Nov 2017 17:04:41 +0100 Subject: [PATCH] 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 --- changes/ticket24467 | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 changes/ticket24467 diff --git a/changes/ticket24467 b/changes/ticket24467 new file mode 100644 index 000000000..1b1c223f5 --- /dev/null +++ b/changes/ticket24467 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Switch -Wnormalized=id to -Wnormalized=nfkc in configure.ac to avoid + source code identifier confusion. Closes ticket 24467. diff --git a/configure.ac b/configure.ac index cf4466543..0841842bd 100644 --- a/configure.ac +++ b/configure.ac @@ -2015,7 +2015,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 -- 2.15.0