From ee14fd56f2b49e4fb38822c85bab4d342117a177 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Mon, 7 Aug 2023 19:57:58 +0800 Subject: Make GCC not treat uninit-ed FetchEntry as error --- indra/newview/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/CMakeLists.txt') 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) -- cgit v1.2.3