diff options
author | Richard Linden <none@none> | 2010-04-15 11:58:59 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-04-15 11:58:59 -0700 |
commit | ffa71c3486a28118761e2bb0e7d2a03d54a91436 (patch) | |
tree | 288441f53dc72f3af7e4fd2c99241a3f2e2bbbc3 /indra | |
parent | fae92a2df852992216eb24418a1dd0b676696bee (diff) |
fix for build error on Windows
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewermessage.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index f55edd76b0..ab35df1101 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -116,6 +116,11 @@ #include "llnotificationmanager.h" // +#if LL_MSVC +// disable boost::lexical_cast warning +#pragma warning (disable:4702) +#endif + // // Constants // |