diff options
| author | Roxie Linden <roxie@lindenlab.com> | 2023-09-10 00:50:22 -0700 | 
|---|---|---|
| committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:34:00 -0800 | 
| commit | 22e724b29d276bcc3d3897284072eff7b85f5a01 (patch) | |
| tree | 23976dd0178554301adca07171ac16a070dd1d0e /indra | |
| parent | 3923fe4b4c84a6ef12c44491a6eede7d94058748 (diff) | |
unknown warnings for TC build machines
Diffstat (limited to 'indra')
| -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}) | 
