diff options
author | Alain Linden <alain@lindenlab.com> | 2011-03-03 10:38:39 -0800 |
---|---|---|
committer | Alain Linden <alain@lindenlab.com> | 2011-03-03 10:38:39 -0800 |
commit | 8dffedb246dd5fdf89aadded14630a5e8691b30c (patch) | |
tree | 34170953d7202fe61bf7c4319e0215d233722ad2 /indra/newview/llgroupmgr.cpp | |
parent | aa72b0df03c1dfea7571eae4abed30ce9f269158 (diff) | |
parent | fa20a6de086febf0b6b098172685c26f939876f6 (diff) |
merge from lindenlab/viewer-development
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 |