From fcbae12df58b12ec9444133609215212e99e7e84 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 17 Mar 2024 20:23:33 +0100 Subject: fix clang 18 build --- userconfig-sthalik@Windows-Clang.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/userconfig-sthalik@Windows-Clang.cmake b/userconfig-sthalik@Windows-Clang.cmake index eab36ea0..286cfd79 100644 --- a/userconfig-sthalik@Windows-Clang.cmake +++ b/userconfig-sthalik@Windows-Clang.cmake @@ -140,6 +140,7 @@ function(fm-userconfig-src) -Wno-error=weak-vtables -Wno-error=unreachable-code -Wno-error=unused-command-line-argument + -Wno-error=switch-default ) if(CMAKE_BUILD_TYPE STREQUAL "DEBUG") add_compile_options(-ftime-trace) -- cgit v1.2.3