diff options
author | Mark Palange (Mani) <palange@lindenlab.com> | 2011-01-21 14:25:33 -0800 |
---|---|---|
committer | Mark Palange (Mani) <palange@lindenlab.com> | 2011-01-21 14:25:33 -0800 |
commit | 9775b80fefe79b7f424677aaf0f70e8b4142b15f (patch) | |
tree | 80d2de66ab555356088b2ed1ba807e7b2201c421 /indra/newview/llgroupmgr.cpp | |
parent | 60f831151e41ccec184c4c6ecace86491fca36da (diff) |
Code fixes for VS2010 compatibility
Diffstat (limited to 'indra/newview/llgroupmgr.cpp')
-rw-r--r-- | indra/newview/llgroupmgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llgroupmgr.cpp b/indra/newview/llgroupmgr.cpp index 7546c070ea..ce936a9924 100644 --- a/indra/newview/llgroupmgr.cpp +++ b/indra/newview/llgroupmgr.cpp @@ -52,6 +52,7 @@ #include <boost/regex.hpp> #if LL_MSVC +#pragma warning(push) // disable boost::lexical_cast warning #pragma warning (disable:4702) #endif |