summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-09-12 19:29:35 +0800
committerErik Kundiman <erik@megapahit.org>2023-09-12 19:29:35 +0800
commit6d536bfb95fc76a47825e7245e91cd2f577171a2 (patch)
treecf67b5222d0f8e8901757c98ae1a4fbafa7baf2c /indra
parent932b63bf497089df0c1a13e0be0dee4b347da722 (diff)
parent9a83ffbb902ada9cf5bde1559f2429f793b589eb (diff)
Merge branch 'main' into DRTVWR-559
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/CMakeLists.txt3
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 ()