fix warning due to bsp_rom_registers.c
This commit is contained in:
1
.github/workflows/pre-commit.yml
vendored
1
.github/workflows/pre-commit.yml
vendored
@@ -33,6 +33,7 @@ jobs:
|
||||
|
||||
- name: Build Fuzzer
|
||||
run: |
|
||||
clang --version
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
fuzz_harness=$(ls -d test/fuzz/device/*/)
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user