diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-09-24 13:46:02 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-09-24 13:46:02 -0400 |
commit | c3e8c1f738b14de74b23b3a7276ef4dc083c0887 (patch) | |
tree | 6b601693a7f1359374efba4d12faba40d84472ca /indra/llcommon/llallocator_heap_profile.cpp | |
parent | bd0c306752a5e54a5c29e1c2e43e4b655a4d8fff (diff) |
Disable MSVC "fatal warning" 4702 for boost::lexical_cast in Release build
Diffstat (limited to 'indra/llcommon/llallocator_heap_profile.cpp')
-rw-r--r-- | indra/llcommon/llallocator_heap_profile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llallocator_heap_profile.cpp b/indra/llcommon/llallocator_heap_profile.cpp index d82ee9ed81..0a807702d0 100644 --- a/indra/llcommon/llallocator_heap_profile.cpp +++ b/indra/llcommon/llallocator_heap_profile.cpp @@ -38,6 +38,7 @@ // disable warning about boost::lexical_cast returning uninitialized data // when it fails to parse the string #pragma warning (disable:4701) +#pragma warning (disable:4702) #endif #include <boost/algorithm/string/split.hpp> |