diff options
author | callum_linden <none@none> | 2014-10-20 16:02:03 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-20 16:02:03 -0700 |
commit | f3baf8dc4e900a4e8d4005e31f20be2bae162a56 (patch) | |
tree | b7258de470c1c20433ea7236189a45c93c6f979c /indra/test/llbuffer_tut.cpp | |
parent | cad1df584be0ed62e4ae0393b84e57f192009da5 (diff) |
Update to build on Xcode 6.0: remove #pragmas from code to deal with tut warnigs/errors (moved to package) AND bracket clang #pragmas in #if LL_DARWIN
Diffstat (limited to 'indra/test/llbuffer_tut.cpp')
-rwxr-xr-x | indra/test/llbuffer_tut.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/test/llbuffer_tut.cpp b/indra/test/llbuffer_tut.cpp index 10a23c688a..9b8aae6a73 100755 --- a/indra/test/llbuffer_tut.cpp +++ b/indra/test/llbuffer_tut.cpp @@ -26,14 +26,7 @@ * $/LicenseInfo$ */ -#if LL_DARWIN -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wunused-function" #include <tut/tut.hpp> -#pragma clang diagnostic pop -#elif -#include <tut/tut.hpp> -#endif #include "linden_common.h" #include "lltut.h" |