diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-09-10 00:50:22 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:11:33 -0800 |
commit | 71591655523743e6c34949543bf6c1f7ae1d9df0 (patch) | |
tree | e926cd2eb04c9ac215b3403df4d5b790051ab6a4 /indra/cmake/00-Common.cmake | |
parent | 6db4beaefdf342ad8b657f9c9d75f8e1d842daf1 (diff) |
unknown warnings for TC build machines
Diffstat (limited to 'indra/cmake/00-Common.cmake')
-rw-r--r-- | indra/cmake/00-Common.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake index 687ace431b..897eabb233 100644 --- a/indra/cmake/00-Common.cmake +++ b/indra/cmake/00-Common.cmake @@ -182,7 +182,7 @@ if (LINUX OR DARWIN) list(APPEND GCC_WARNINGS -Wno-reorder -Wno-non-virtual-dtor ) - list(APPEND GCC_WARNINGS -Wno-unused-but-set-variable -Wno-unused-variable ) +# list(APPEND GCC_WARNINGS -Wno-unused-but-set-variable -Wno-unused-variable ) add_compile_options(${GCC_WARNINGS}) add_compile_options(-m${ADDRESS_SIZE}) |