diff options
| -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)  | 
