Skip to content

Commit 85a9381

Browse files
committed
[nrf noup] platform: Disable warning for null dereferece
When building the TF-M PSA tests: west build -p -b nrf9160dk/nrf9160/ns -T tfm.psa_test_storage_lvl1 . This produces a warning inside the Nordic HAL. This commit can be dropped if the warning does not appear in the next version of the HAL. Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
1 parent 3710029 commit 85a9381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platform/ns/toolchain_ns_GNUARM.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ add_compile_options(
7979
-Wno-format
8080
-Warray-parameter
8181
-Wno-unused-but-set-variable
82-
-Wnull-dereference
82+
#-Wnull-dereference
8383
-Wno-error=incompatible-pointer-types
8484
-fdata-sections
8585
-ffunction-sections

0 commit comments

Comments
 (0)