fix warning due to bsp_rom_registers.c

This commit is contained in:
hathach 2024-12-16 23:48:44 +07:00
parent 656772fc9d
commit 7e207e4f4a
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ jobs:
- name: Build Fuzzer
run: |
clang --version
export CC=clang
export CXX=clang++
fuzz_harness=$(ls -d test/fuzz/device/*/)

View File

@ -134,6 +134,7 @@ function(family_configure_example TARGET RTOS)
)
target_compile_options(${TARGET} PUBLIC
-Wno-error=undef
-Wno-error=strict-prototypes
)
# # RA has custom freertos port