From faf3262b7642334ded3a66b72f49c1b293fcccd0 Mon Sep 17 00:00:00 2001 From: Balaji Srinivasan Date: Tue, 14 May 2024 12:14:40 +0200 Subject: [PATCH] app: Temporarily ignore maybe-unitialized compile error Due to a bug in zephyr, compiler complains about an variable that may be used unitialized. This is fixed in zephyr commit a6583f253eca3379f81b22481dcb30848e6d5665. This patch temporarily disables the warning to get the build pass. Signed-off-by: Balaji Srinivasan --- app/sample.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/sample.yaml b/app/sample.yaml index 31d65719..7f88cf46 100644 --- a/app/sample.yaml +++ b/app/sample.yaml @@ -7,4 +7,5 @@ tests: - thingy91x/nrf9151/ns platform_allow: - thingy91x/nrf9151/ns + extra_args: CMAKE_C_FLAGS='-Wno-maybe-uninitialized' tags: ci_build