From: Fernando Fernandez Mancera Date: Wed, 29 Nov 2017 16:04:41 +0000 (+0100) Subject: Switch -Wnormalized=id to -Wnormalized=nfkc X-Git-Tag: tor-0.3.3.1-alpha~178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bef461ef1fac2fbcca5768b2f351f7eeec496759;p=thirdparty%2Ftor.git 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 --- diff --git a/changes/ticket24467 b/changes/ticket24467 new file mode 100644 index 0000000000..1b1c223f5f --- /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 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