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>
This commit is contained in:
Fernando Fernandez Mancera
2017-11-29 17:04:41 +01:00
committed by Nick Mathewson
parent 27f017639f
commit bef461ef1f
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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.