diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-08-05 02:58:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-05 02:58:27 +0300 |
commit | 6a9cd405a3608afeddab8f18e8648d4ccde47268 (patch) | |
tree | 56babde64959141e6f1fbdd00ab1a0d00fd5f12d /indra/cmake | |
parent | 2ee039c736f64c91bb4f16e403360cddb0089707 (diff) | |
parent | 24854b4dd74edabf67efe533ef191553442a9bad (diff) |
Merge pull request #2188 from Nicky-D/feature/warning_cleansweep
Feature/warning cleansweep
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/00-Common.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake index 731a6d7f93..272b4092a9 100644 --- a/indra/cmake/00-Common.cmake +++ b/indra/cmake/00-Common.cmake @@ -170,7 +170,6 @@ if (LINUX) set(GCC_WARNINGS ${GCC_CLANG_COMPATIBLE_WARNINGS} - -Wno-dangling-pointer ) add_link_options( |