Fix: add -fpermissive for constexpr reinterpret_cast in user_dictionary.h
This commit is contained in:
parent
181082ef91
commit
efbebfd1d2
1 changed files with 2 additions and 0 deletions
|
|
@ -188,6 +188,8 @@ if(CONFIG_ZMK_JAVELIN_STENO)
|
||||||
-fno-exceptions
|
-fno-exceptions
|
||||||
-fno-rtti
|
-fno-rtti
|
||||||
-fno-threadsafe-statics
|
-fno-threadsafe-statics
|
||||||
|
-Wno-invalid-constexpr
|
||||||
|
-fpermissive
|
||||||
)
|
)
|
||||||
zephyr_library_compile_definitions(
|
zephyr_library_compile_definitions(
|
||||||
JAVELIN_USE_EMBEDDED_STENO=1
|
JAVELIN_USE_EMBEDDED_STENO=1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue