summaryrefslogtreecommitdiff
path: root/indra/llcommon/llevents.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2009-09-24 13:46:02 -0400
committerNat Goodspeed <nat@lindenlab.com>2009-09-24 13:46:02 -0400
commitc3e8c1f738b14de74b23b3a7276ef4dc083c0887 (patch)
tree6b601693a7f1359374efba4d12faba40d84472ca /indra/llcommon/llevents.cpp
parentbd0c306752a5e54a5c29e1c2e43e4b655a4d8fff (diff)
Disable MSVC "fatal warning" 4702 for boost::lexical_cast in Release build
Diffstat (limited to 'indra/llcommon/llevents.cpp')
-rw-r--r--indra/llcommon/llevents.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/llevents.cpp b/indra/llcommon/llevents.cpp
index aec9acc7ef..a6421ac696 100644
--- a/indra/llcommon/llevents.cpp
+++ b/indra/llcommon/llevents.cpp
@@ -41,6 +41,9 @@
#include "stringize.h"
#include "llerror.h"
#include "llsdutil.h"
+#if LL_MSVC
+#pragma warning (disable : 4702)
+#endif
/*****************************************************************************
* queue_names: specify LLEventPump names that should be instantiated as