summaryrefslogtreecommitdiff
path: root/indra/llcommon/llstringtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/llstringtable.h')
-rw-r--r--indra/llcommon/llstringtable.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llcommon/llstringtable.h b/indra/llcommon/llstringtable.h
index 20db115c6e..f293045119 100644
--- a/indra/llcommon/llstringtable.h
+++ b/indra/llcommon/llstringtable.h
@@ -17,9 +17,8 @@
#include <set>
#if LL_WINDOWS
-# if (_MSC_VER >= 1300)
+# if (_MSC_VER >= 1300 && _MSC_VER < 1400)
# define STRING_TABLE_HASH_MAP 1
-# pragma warning(disable : 4996)
# endif
#else
//# define STRING_TABLE_HASH_MAP 1