diff options
author | Nicky <nicky.dasmijn@posteo.nl> | 2024-08-03 14:20:17 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@posteo.nl> | 2024-08-03 14:20:17 +0200 |
commit | 9c4b6a04166c0053b147f9064056a50644be4d6b (patch) | |
tree | 013d12e56cdc364e8c571bae593d6108d111ec7e /indra | |
parent | e6eb39b34cfaab5425dd57e88c734c1d6bb8460d (diff) |
Remove -wno-dangling-pointer, compiling with GCC 13.3, 12, 11 and clang did not yield such a warning.
Furthermore this warning should not just be disabled but rather dealt with when it comes up
Diffstat (limited to 'indra')
-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 25841d9d78..4ae9377500 100644 --- a/indra/cmake/00-Common.cmake +++ b/indra/cmake/00-Common.cmake @@ -175,7 +175,6 @@ if (LINUX) set(GCC_WARNINGS ${GCC_CLANG_COMPATIBLE_WARNINGS} - -Wno-dangling-pointer ) add_link_options( |