Skip to content
Snippets Groups Projects
Commit ad40d64b authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DEV-32777: tip won't even build on Windows without pacifying MSVC warning

parent 050d2db0
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
* $/LicenseInfo$ * $/LicenseInfo$
*/ */
#if LL_WINDOWS
#pragma warning (disable : 4355) // 'this' used in initializer list: yes, intentionally
#endif
// Precompiled header // Precompiled header
#include "linden_common.h" #include "linden_common.h"
// associated header // associated header
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment