diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-08-18 19:17:09 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-08-18 19:17:09 +0300 |
commit | 9abbdb74f254731a1d0a6e4bf3cfe7b8cdaeff8b (patch) | |
tree | 071ec699a4ddba09277df54968565f76dd35ad4c /indra/llui/llrngwriter.cpp | |
parent | dde268cf852144eb641babf975a5905ca2c96a74 (diff) | |
parent | e8b31d03b4f6f0ffb981b4ea150743daf7b4a958 (diff) |
Merge branch 'master' into DRTVWR-483
Diffstat (limited to 'indra/llui/llrngwriter.cpp')
-rw-r--r-- | indra/llui/llrngwriter.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/llui/llrngwriter.cpp b/indra/llui/llrngwriter.cpp index e4a31d6a79..4bd1561425 100644 --- a/indra/llui/llrngwriter.cpp +++ b/indra/llui/llrngwriter.cpp @@ -29,14 +29,7 @@ #include "llrngwriter.h" #include "lluicolor.h" -#if LL_DARWIN -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wdelete-incomplete" #include "lluictrlfactory.h" -#pragma clang diagnostic pop -#else -#include "lluictrlfactory.h" -#endif #include "boost/bind.hpp" |