Skip to content

Commit fa7857c

Browse files
author
MarcoFalke
committed
build: Enable -Wbidi-chars=any
1 parent ccc2d3a commit fa7857c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ else()
417417
try_append_cxx_flags("-Wunreachable-code" TARGET warn_interface SKIP_LINK)
418418
try_append_cxx_flags("-Wdocumentation" TARGET warn_interface SKIP_LINK)
419419
try_append_cxx_flags("-Wself-assign" TARGET warn_interface SKIP_LINK)
420+
try_append_cxx_flags("-Wbidi-chars=any" TARGET warn_interface SKIP_LINK)
420421
try_append_cxx_flags("-Wundef" TARGET warn_interface SKIP_LINK)
421422

422423
# Some compilers (gcc) ignore unknown -Wno-* options, but warn about all

0 commit comments

Comments
 (0)