From e87dfaf52d3f4e43fb1f6fea57fceaba71568487 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 10 Apr 2023 00:32:13 +0200 Subject: cmake: reenable -Wcomma --- userconfig-sthalik@Windows-Clang.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userconfig-sthalik@Windows-Clang.cmake') diff --git a/userconfig-sthalik@Windows-Clang.cmake b/userconfig-sthalik@Windows-Clang.cmake index 61291ada..2ebcde43 100644 --- a/userconfig-sthalik@Windows-Clang.cmake +++ b/userconfig-sthalik@Windows-Clang.cmake @@ -107,7 +107,6 @@ function(fm-userconfig-src) -Wno-ignored-attributes -Wno-reserved-identifier -Wno-zero-length-array - -Wno-comma -Wno-unsafe-buffer-usage ) add_compile_options( @@ -123,5 +122,6 @@ function(fm-userconfig-src) -Wno-error=alloca -Wno-error=double-promotion -Wno-error=ambiguous-reversed-operator + -Wno-error=comma ) endfunction() -- cgit v1.2.3