diff options
author | Rye Cogtail <rye@lindenlab.com> | 2024-09-30 23:33:24 -0400 |
---|---|---|
committer | Rye Cogtail <rye@lindenlab.com> | 2024-09-30 23:33:24 -0400 |
commit | a7f7415b031513275cf14f8df5245c7fce1110f3 (patch) | |
tree | 22a912180f1aefe020efb2de87a6b0fcfc70b553 /indra/llcommon/tests/llerror_test.cpp | |
parent | 239f2bed21fdc1a0b85f9cef174b9aa463c60478 (diff) |
Fix or workaround test build failures on linux
Diffstat (limited to 'indra/llcommon/tests/llerror_test.cpp')
-rw-r--r-- | indra/llcommon/tests/llerror_test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/tests/llerror_test.cpp b/indra/llcommon/tests/llerror_test.cpp index d597e90ba0..b6a1bea42c 100644 --- a/indra/llcommon/tests/llerror_test.cpp +++ b/indra/llcommon/tests/llerror_test.cpp @@ -61,6 +61,8 @@ namespace { #ifdef __clang__ # pragma clang diagnostic ignored "-Wunused-function" +#elif defined(LL_GNUC) +# pragma GCC diagnostic ignored "-Wunused-function" #endif void test_that_error_h_includes_enough_things_to_compile_a_message() { |