From a6239b79ef4af63767e048f348919f84ad348c31 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Fri, 15 Sep 2023 14:29:51 +0800 Subject: More maybe uninitialised in model preview --- indra/newview/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 990407323f..ff5569bbdd 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1965,6 +1965,7 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "GNU") set_source_files_properties( llface.cpp llhttpretrypolicy.cpp + llmodelpreview.cpp llpanelface.cpp lltexturefetch.cpp PROPERTIES COMPILE_FLAGS -Wno-maybe-uninitialized) -- cgit v1.2.3