diff options
| author | hathach <[email protected]> | 2024-12-16 23:48:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-12-16 23:48:44 +0700 |
| commit | 7e207e4f4a098fddb13efc329e57e6095aa13873 (patch) | |
| tree | d6892b4d8d7198235f290a14bbd102b0eb7e9d6c /hw | |
| parent | 656772fc9defc73c32443259f866daadc657f23d (diff) | |
fix warning due to bsp_rom_registers.c
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/ra/family.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/ra/family.cmake b/hw/bsp/ra/family.cmake index d4d795ae5..ceb1e48bd 100644 --- a/hw/bsp/ra/family.cmake +++ b/hw/bsp/ra/family.cmake @@ -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 |
