Here is a warning I get linking an application that uses nRF DM library
5/14] Linking C static library app\libapp.a
[6/14] Linking C executable zephyr\zephyr_pre0.elf
c:/toolchains/v2.1.1/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: warning: C:/v2.1.1/nrfxlib/nrf_dm/lib/nRF52840/hard-float/libnrf_dm.a(libnrf_dm.obj) uses 2-byte wchar_t yet the output is to use 4-byte wchar_t; use of wchar_t values across objects may fail
Any ideas how to get rid of it?
Thanks
Andy