diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-11 10:35:19 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-11 11:28:59 +0200 |
commit | 1b1ae11efeeee5e67df1c40017c8a43493880859 (patch) | |
tree | a5d4d1ae851cb433861737212b649660c365d471 /userconfig-sthalik@Windows-Clang.cmake | |
parent | ca4b2e8796e8f0031c71b002e6416b89c17f1e56 (diff) |
userconfig: kill -Wbitwise-op-parentheses
Diffstat (limited to 'userconfig-sthalik@Windows-Clang.cmake')
-rw-r--r-- | userconfig-sthalik@Windows-Clang.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userconfig-sthalik@Windows-Clang.cmake b/userconfig-sthalik@Windows-Clang.cmake index a6f23d15..e0796dcf 100644 --- a/userconfig-sthalik@Windows-Clang.cmake +++ b/userconfig-sthalik@Windows-Clang.cmake @@ -107,6 +107,7 @@ function(fm-userconfig-src) -Wno-reserved-identifier -Wno-zero-length-array -Wno-unsafe-buffer-usage + -Wno-bitwise-op-parentheses ) add_compile_options( -Werror |