diff options
author | Aura Linden <obscurestar> | 2014-12-08 23:13:19 -0800 |
---|---|---|
committer | Aura Linden <obscurestar> | 2014-12-08 23:13:19 -0800 |
commit | 5e2d5cc2e1662ba5d4fa760cc3d874d7357b8dd2 (patch) | |
tree | 902d32aecaee48a10de3b1fe2e09fd403c66f35d /indra/test/lltut.h | |
parent | 161494cf3da4faa3ce1123527b0a1097870f66db (diff) | |
parent | 0524a4048bd6d4d4bcd12d73e874db9379a0c02a (diff) |
Merged.
Diffstat (limited to 'indra/test/lltut.h')
-rwxr-xr-x | indra/test/lltut.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/test/lltut.h b/indra/test/lltut.h index b334fb51e2..9835565bb6 100755 --- a/indra/test/lltut.h +++ b/indra/test/lltut.h @@ -75,10 +75,14 @@ namespace tut // overloads declared above. // turn off warnings about unused functions from clang for tut package +#if __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wunused-function" +#endif #include <tut/tut.hpp> +#if __clang__ #pragma clang diagnostic pop +#endif // The functions BELOW this point actually consume tut.hpp functionality. namespace tut |