diff options
| author | Zixun LI <[email protected]> | 2026-01-14 10:12:54 +0100 |
|---|---|---|
| committer | Zixun LI <[email protected]> | 2026-01-14 10:12:54 +0100 |
| commit | 46af312b610f6d85196f41ca3f1b80bc7e8ccfac (patch) | |
| tree | 588094fa86df23b04d5483b0f625defb5467e6dc | |
| parent | 4ae33547e3f6b12a53941b17851716fcdf9c1f2d (diff) | |
ci fix
Signed-off-by: Zixun LI <[email protected]>
| -rw-r--r-- | hw/bsp/tm4c/family.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/bsp/tm4c/family.cmake b/hw/bsp/tm4c/family.cmake index 9cef96b9d..41b8a597a 100644 --- a/hw/bsp/tm4c/family.cmake +++ b/hw/bsp/tm4c/family.cmake @@ -71,6 +71,9 @@ function(family_configure_example TARGET RTOS) if (CMAKE_C_COMPILER_ID STREQUAL "GNU" OR CMAKE_C_COMPILER_ID STREQUAL "Clang") set_source_files_properties(${CMAKE_CURRENT_FUNCTION_LIST_DIR}/family.c PROPERTIES COMPILE_FLAGS "-Wno-missing-prototypes") + set_source_files_properties(${STARTUP_FILE_${CMAKE_C_COMPILER_ID}} PROPERTIES + SKIP_LINTING ON + COMPILE_OPTIONS -w) endif () # Flashing |
