summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-05-02 22:34:49 +0800
committerErik Kundiman <erik@megapahit.org>2026-05-02 22:34:49 +0800
commitcf4a370599ee98940ed09e92e5c4e3b43ba066b2 (patch)
tree208dea6e3bb98c75b42cd6e9ce8f0d241659092c /indra/llui
parent255feda44f858b23607ee4bcf21e5289f4323ffe (diff)
parentb26f77e2dc465fabc3ef220b1feabea951640031 (diff)
Merge branch 'main' into 2026.02
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llui/CMakeLists.txt b/indra/llui/CMakeLists.txt
index 83b3a220a0..9077670b67 100644
--- a/indra/llui/CMakeLists.txt
+++ b/indra/llui/CMakeLists.txt
@@ -274,6 +274,10 @@ target_link_libraries(llui
include(LibraryInstall)
+if (CMAKE_CXX_COMPILER_ID MATCHES GNU)
+ set_source_files_properties(llxuiparser.cpp PROPERTIES COMPILE_FLAGS -Wno-sfinae-incomplete)
+endif ()
+
# Add tests
if(LL_TESTS)
include(LLAddBuildTest)