Skip to content

Commit

Permalink
app: Temporarily ignore maybe-unitialized compile error
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Balaji Srinivasan authored and simensrostad committed May 14, 2024
1 parent eee8a8a commit faf3262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ tests:
- thingy91x/nrf9151/ns
platform_allow:
- thingy91x/nrf9151/ns
extra_args: CMAKE_C_FLAGS='-Wno-maybe-uninitialized'
tags: ci_build

0 comments on commit faf3262

Please sign in to comment.