summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-07-29 20:51:40 +0800
committerErik Kundiman <erik@megapahit.org>2023-07-29 20:51:40 +0800
commitd74367b40d3a2680bbc371b72e294419093e1d83 (patch)
treec047043f633c4d3e6e02cd03748354a43f92d5e2 /indra/newview
parent061eb674576157b72be23c9bc8c9d3ab905d280f (diff)
stringop truncation warnings aren't errors on GCC
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 1dbaa7437c..e9218f466c 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1942,6 +1942,8 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
llhttpretrypolicy.cpp
llpanelface.cpp
PROPERTIES COMPILE_FLAGS -Wno-maybe-uninitialized)
+ set_source_files_properties(llurl.cpp PROPERTIES COMPILE_FLAGS
+ -Wno-stringop-truncation)
endif ()
if (LINUX)