From efbebfd1d2900b7b6a6b8beba81bdf60acfa17c6 Mon Sep 17 00:00:00 2001 From: afiqzudinhadi Date: Mon, 22 Jun 2026 22:48:14 +0800 Subject: [PATCH] Fix: add -fpermissive for constexpr reinterpret_cast in user_dictionary.h --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d6c5418..a60dc28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -188,6 +188,8 @@ if(CONFIG_ZMK_JAVELIN_STENO) -fno-exceptions -fno-rtti -fno-threadsafe-statics + -Wno-invalid-constexpr + -fpermissive ) zephyr_library_compile_definitions( JAVELIN_USE_EMBEDDED_STENO=1