diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-02 03:37:16 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-02 03:37:16 +0200 |
commit | 1492fed8dab1ff01f3986453c44b64cdc0c96bc3 (patch) | |
tree | 3010bd948d3be03a95743ed737e676e37cb01b10 /userconfig-sthalik@Windows-Clang.cmake | |
parent | 4f9da55305d74a40b4e2197b236b94dd16571dbe (diff) |
fix clang build
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 b0d94ebc..61291ada 100644 --- a/userconfig-sthalik@Windows-Clang.cmake +++ b/userconfig-sthalik@Windows-Clang.cmake @@ -108,6 +108,7 @@ function(fm-userconfig-src) -Wno-reserved-identifier -Wno-zero-length-array -Wno-comma + -Wno-unsafe-buffer-usage ) add_compile_options( -Werror |