From 14ac86c98bb7f06d72a18ea02ded7add77919445 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 6 Feb 2024 08:32:44 +0100 Subject: cmake: fix -fsyntax-only for clang --- 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 a8e12e13..c54a79da 100644 --- a/userconfig-sthalik@Windows-Clang.cmake +++ b/userconfig-sthalik@Windows-Clang.cmake @@ -131,6 +131,7 @@ function(fm-userconfig-src) -Wno-error=comma -Wno-error=weak-vtables -Wno-error=unreachable-code + -Wno-error=unused-command-line-argument ) if(CMAKE_BUILD_TYPE STREQUAL "DEBUG") add_compile_options(-ftime-trace) -- cgit v1.2.3