diff options
| author | Rye <rye@alchemyviewer.org> | 2025-08-22 03:32:02 -0400 |
|---|---|---|
| committer | Rye <rye@alchemyviewer.org> | 2025-08-22 03:32:02 -0400 |
| commit | a46d4f0f6923080d7c6e7d5267206e8c8d7a6ff9 (patch) | |
| tree | 3d482d3d5e1895d0ea339da716f7639a3427fe90 /indra/cmake | |
| parent | e5ccf7a2a3288569eab210e9d29aeb9dd7964880 (diff) | |
Enable deprecation warnings and suppress a small handful that have no modern replacements
Diffstat (limited to 'indra/cmake')
| -rw-r--r-- | indra/cmake/00-Common.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake index c1f46a25a3..7ca58c7ea0 100644 --- a/indra/cmake/00-Common.cmake +++ b/indra/cmake/00-Common.cmake @@ -184,7 +184,7 @@ if (LINUX OR DARWIN) if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang") # libstdc++ headers contain deprecated declarations that fail on clang # macOS currently has many deprecated calls - add_compile_options(-Wno-unused-local-typedef -Wno-deprecated-declarations) + add_compile_options(-Wno-unused-local-typedef) endif() if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU") |
