diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-08-07 19:57:58 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-08-07 19:57:58 +0800 |
commit | ee14fd56f2b49e4fb38822c85bab4d342117a177 (patch) | |
tree | 051eecc6746ff911949b9314e56b3f59e61ac0ef /indra | |
parent | 2f1d33a9b2752b93b7174547fb24f7139c792bc4 (diff) |
Make GCC not treat uninit-ed FetchEntry as error
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/CMakeLists.txt | 1 |
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) |