diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-07-04 08:13:42 +0200 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-07-04 08:18:56 +0200 |
commit | fdc9355afe1d274102880a8ebcbc21406ca9391b (patch) | |
tree | 4ec1e9fb51971a73fa0851b9650cb760ee129701 | |
parent | 8a92757a5bdba3ba2dabd3d3b269f1b222038596 (diff) |
Add gltfloader to stringop-overflow GNU exception
Otherwise an error when using Debian 12.11's GCC 12.2.0.
-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 6b339a69d9..f645ae0df5 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2178,6 +2178,7 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES GNU) set_source_files_properties(llviewerstats.cpp PROPERTIES COMPILE_FLAGS -Wno-unused-value) set_source_files_properties( + gltf/llgltfloader.cpp llaisapi.cpp llconversationlog.cpp llconversationmodel.cpp |