diff options
| author | hathach <[email protected]> | 2026-04-14 14:04:07 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-04-14 14:04:07 +0700 |
| commit | 5da96a38f046aeaaf2e7f3dddb0b6d11b169a779 (patch) | |
| tree | f4c3e474d7d1ad72086151a001d39dfbc65bbae2 | |
| parent | b55786e43af764397ebadf96609d77826d38bffe (diff) | |
fix ci
| -rw-r--r-- | examples/host/msc_file_explorer/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/msc_file_explorer/CMakeLists.txt b/examples/host/msc_file_explorer/CMakeLists.txt index 3c6d3352a..c8d196447 100644 --- a/examples/host/msc_file_explorer/CMakeLists.txt +++ b/examples/host/msc_file_explorer/CMakeLists.txt @@ -37,6 +37,6 @@ family_configure_host_example(${PROJECT_NAME} noos) # Suppress warnings on fatfs if (CMAKE_C_COMPILER_ID STREQUAL "GNU" OR CMAKE_C_COMPILER_ID STREQUAL "Clang") set_source_files_properties(${TOP}/lib/fatfs/source/ff.c PROPERTIES - COMPILE_OPTIONS "-Wno-conversion -Wno-cast-qual" + COMPILE_OPTIONS "-Wno-conversion;-Wno-cast-qual" ) endif () |
