From fa7857ccda5d82739bba16eeb7244433978d28f3 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Mon, 18 Nov 2024 10:59:51 +0100 Subject: [PATCH] build: Enable -Wbidi-chars=any --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a02a0ee5df..767ccc57749 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -417,6 +417,7 @@ else() try_append_cxx_flags("-Wunreachable-code" TARGET warn_interface SKIP_LINK) try_append_cxx_flags("-Wdocumentation" TARGET warn_interface SKIP_LINK) try_append_cxx_flags("-Wself-assign" TARGET warn_interface SKIP_LINK) + try_append_cxx_flags("-Wbidi-chars=any" TARGET warn_interface SKIP_LINK) try_append_cxx_flags("-Wundef" TARGET warn_interface SKIP_LINK) # Some compilers (gcc) ignore unknown -Wno-* options, but warn about all