We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc2d3a commit fa7857cCopy full SHA for fa7857c
CMakeLists.txt
@@ -417,6 +417,7 @@ else()
417
try_append_cxx_flags("-Wunreachable-code" TARGET warn_interface SKIP_LINK)
418
try_append_cxx_flags("-Wdocumentation" TARGET warn_interface SKIP_LINK)
419
try_append_cxx_flags("-Wself-assign" TARGET warn_interface SKIP_LINK)
420
+ try_append_cxx_flags("-Wbidi-chars=any" TARGET warn_interface SKIP_LINK)
421
try_append_cxx_flags("-Wundef" TARGET warn_interface SKIP_LINK)
422
423
# Some compilers (gcc) ignore unknown -Wno-* options, but warn about all
0 commit comments