summaryrefslogtreecommitdiff
path: root/indra/llcommon/tests/llerror_test.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-12-17 11:15:31 -0500
committerOz Linden <oz@lindenlab.com>2014-12-17 11:15:31 -0500
commitf8ed44f8ec80916e684c2783da02f89474710de6 (patch)
tree2a4ca145439751e864beb6be91cde52a7901b036 /indra/llcommon/tests/llerror_test.cpp
parent11ab03331f5028455a56245fc9121b82068565cc (diff)
parent0d71baba74e2009e88471e2c44e78863b34a5817 (diff)
merge latest updates from nat and callum
Diffstat (limited to 'indra/llcommon/tests/llerror_test.cpp')
-rwxr-xr-xindra/llcommon/tests/llerror_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/tests/llerror_test.cpp b/indra/llcommon/tests/llerror_test.cpp
index fee9492618..f51279e817 100755
--- a/indra/llcommon/tests/llerror_test.cpp
+++ b/indra/llcommon/tests/llerror_test.cpp
@@ -38,7 +38,9 @@
namespace
{
+#ifdef __clang__
# pragma clang diagnostic ignored "-Wunused-function"
+#endif
void test_that_error_h_includes_enough_things_to_compile_a_message()
{
LL_INFOS() << "!" << LL_ENDL;