summaryrefslogtreecommitdiff
path: root/indra/viewer_components/updater
diff options
context:
space:
mode:
authorAndrew A. de Laix <alain@lindenlab.com>2010-12-17 10:55:09 -0800
committerAndrew A. de Laix <alain@lindenlab.com>2010-12-17 10:55:09 -0800
commit049815bd528daaa7d9f09043304c4dc6f4a030f0 (patch)
treed80c34c520d9d0ae3fab00137f0cb36e556b7476 /indra/viewer_components/updater
parentb707048fdfbc9bbcc3efa5d21c1e5142527ad267 (diff)
and don't break other builds.
Diffstat (limited to 'indra/viewer_components/updater')
-rw-r--r--indra/viewer_components/updater/llupdateinstaller.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/llupdateinstaller.cpp b/indra/viewer_components/updater/llupdateinstaller.cpp
index d4fbc82523..0928cb64e9 100644
--- a/indra/viewer_components/updater/llupdateinstaller.cpp
+++ b/indra/viewer_components/updater/llupdateinstaller.cpp
@@ -23,8 +23,9 @@
* $/LicenseInfo$
*/
+#if defined(LL_WINDOWS)
#pragma warning(disable: 4702) // disable 'unreachable code' so we can use lexical_cast (really!).
-
+#endif
#include "linden_common.h"
#include <apr_file_io.h>