diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-09-12 19:29:35 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-09-12 19:29:35 +0800 |
commit | 6d536bfb95fc76a47825e7245e91cd2f577171a2 (patch) | |
tree | cf67b5222d0f8e8901757c98ae1a4fbafa7baf2c /indra/llcommon/CMakeLists.txt | |
parent | 932b63bf497089df0c1a13e0be0dee4b347da722 (diff) | |
parent | 9a83ffbb902ada9cf5bde1559f2429f793b589eb (diff) |
Merge branch 'main' into DRTVWR-559
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index ac907976f0..4b51790140 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -299,6 +299,9 @@ else () PROPERTIES COMPILE_FLAGS -Wno-stringop-truncation) set_source_files_properties(llevent.cpp PROPERTIES COMPILE_FLAGS -Wno-nonnull) + elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang") + set_source_files_properties(llsys.cpp PROPERTIES + COMPILE_FLAGS -Wno-unused-but-set-variable) endif() endif () |