diff options
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 4c047d5d20..966e003b6c 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2031,6 +2031,21 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "GNU") gltf/animation.cpp gltf/primitive.cpp PROPERTIES COMPILE_FLAGS -Wno-unused-function) + set_source_files_properties( + llaisapi.cpp + llconversationmodel.cpp + llconversationlog.cpp + lleventnotifier.cpp + llfloateravatarrendersettings.cpp + llfloatereditextdaycycle.cpp + llfloaternewfeaturenotification.cpp + llfloaterpathfindinglinksets.cpp + llinventoryfunctions.cpp + llinventorymodel.cpp + llpanelenvironment.cpp + llpanelgroupnotices.cpp + llvoavatar.cpp + PROPERTIES COMPILE_FLAGS -Wno-restrict) endif () message("Copying fonts") |