diff options
author | Lukas Rusak <lorusak@gmail.com> | 2021-12-12 16:54:46 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2021-12-14 19:04:22 -0800 |
commit | e163e62ac392446596580d072f81fb6b84752938 (patch) | |
tree | 2228ff53fb14376131714bccb52833e4cd995cbe /cmake | |
parent | 6ef4e4a6334ee62598c9e5b6b4dcfb087e1279ce (diff) |
[cmake] add -Wsign-compare warning
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/scripts/common/ArchSetup.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/scripts/common/ArchSetup.cmake b/cmake/scripts/common/ArchSetup.cmake index c5b9f92772..b10e301311 100644 --- a/cmake/scripts/common/ArchSetup.cmake +++ b/cmake/scripts/common/ArchSetup.cmake @@ -153,6 +153,7 @@ if(NOT MSVC) -Wall -Wdouble-promotion -Wmissing-field-initializers + -Wsign-compare ) add_options(ALL_LANGUAGES DEBUG -g |