summaryrefslogtreecommitdiffhomepage
path: root/userconfig-sthalik@Windows-Clang.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-04-10 00:32:13 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-04-10 00:38:27 +0200
commite87dfaf52d3f4e43fb1f6fea57fceaba71568487 (patch)
tree64180296cd2fa7c7d2639c38cf3408aa36b2a284 /userconfig-sthalik@Windows-Clang.cmake
parent385fb319018fb138f1e6e466adfa407f369328ce (diff)
cmake: reenable -Wcomma
Diffstat (limited to 'userconfig-sthalik@Windows-Clang.cmake')
-rw-r--r--userconfig-sthalik@Windows-Clang.cmake2
1 files changed, 1 insertions, 1 deletions
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()