From 5da96a38f046aeaaf2e7f3dddb0b6d11b169a779 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 14 Apr 2026 14:04:07 +0700 Subject: fix ci --- examples/host/msc_file_explorer/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 () -- cgit v1.3.1