summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-09-15 14:29:51 +0800
committerErik Kundiman <erik@megapahit.org>2023-09-15 14:29:51 +0800
commita6239b79ef4af63767e048f348919f84ad348c31 (patch)
treecb21342b3fc737d96877c89d93befcc96bf06f39 /indra
parent5becd1b8a664901a1199e435556899e31e338e69 (diff)
More maybe uninitialised in model preview
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 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)