tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit bef461ef1fac2fbcca5768b2f351f7eeec496759
parent 27f017639fa87eb3f235e6d8434f0b7776a38492
Author: Fernando Fernandez Mancera <ffernandezmancera@gmail.com>
Date:   Wed, 29 Nov 2017 17:04:41 +0100

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 <ffernandezmancera@gmail.com>

Diffstat:
Achanges/ticket24467 | 3+++
Mconfigure.ac | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/changes/ticket24467 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 @@ -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