diff options
Diffstat (limited to 'examples')
| -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 () |
