diff options
| author | hathach <[email protected]> | 2025-10-14 17:33:56 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-14 17:33:56 +0700 |
| commit | 0a2b6e77da336e7fa579f194cb16a7160d5dab02 (patch) | |
| tree | f0308e166209e21abacd20f38f2a3f04584fb8eb /examples/host/msc_file_explorer | |
| parent | a5fde08285a10a87a1f374913dfe7edfafbe383d (diff) | |
more warnings fix
Diffstat (limited to 'examples/host/msc_file_explorer')
| -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 5ac75c04a..95d532fc9 100644 --- a/examples/host/msc_file_explorer/CMakeLists.txt +++ b/examples/host/msc_file_explorer/CMakeLists.txt @@ -27,7 +27,7 @@ target_sources(${PROJECT} PUBLIC ) # Suppress warnings on fatfs -if (CMAKE_C_COMPILER_ID STREQUAL "GNU") +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 |
