diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/viewer_components/login/tests/lllogin_test.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/indra/viewer_components/login/tests/lllogin_test.cpp b/indra/viewer_components/login/tests/lllogin_test.cpp index b9fe59c0a6..e43065d49f 100644 --- a/indra/viewer_components/login/tests/lllogin_test.cpp +++ b/indra/viewer_components/login/tests/lllogin_test.cpp @@ -9,6 +9,10 @@   * $/LicenseInfo$   */ +#if LL_WINDOWS +#pragma warning (disable : 4355) // 'this' used in initializer list: yes, intentionally +#endif +  // Precompiled header  #include "linden_common.h"  // associated header | 
