summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-08-07 19:57:58 +0800
committerErik Kundiman <erik@megapahit.org>2023-08-07 19:57:58 +0800
commitee14fd56f2b49e4fb38822c85bab4d342117a177 (patch)
tree051eecc6746ff911949b9314e56b3f59e61ac0ef /indra
parent2f1d33a9b2752b93b7174547fb24f7139c792bc4 (diff)
Make GCC not treat uninit-ed FetchEntry as error
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 47d70c993e..48c9462f9f 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1942,6 +1942,7 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
llface.cpp
llhttpretrypolicy.cpp
llpanelface.cpp
+ lltexturefetch.cpp
PROPERTIES COMPILE_FLAGS -Wno-maybe-uninitialized)
set_source_files_properties(llurl.cpp PROPERTIES COMPILE_FLAGS
-Wno-stringop-truncation)