summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAdam Moss <moss@lindenlab.com>2009-10-08 13:59:07 +0000
committerAdam Moss <moss@lindenlab.com>2009-10-08 13:59:07 +0000
commitbb533f4d1123ff20d177ee4a3c7f69405da18bf5 (patch)
treee96016fea08830a869d6c92d056adac4ac2ccf4a /indra
parent1ee157028845048d931c0c7fdd1bcac53bda324e (diff)
suppress win32 warning about strcpy. yuck.
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/tests/llstring_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/tests/llstring_test.cpp b/indra/llcommon/tests/llstring_test.cpp
index 1f4603631a..1d99214d69 100644
--- a/indra/llcommon/tests/llstring_test.cpp
+++ b/indra/llcommon/tests/llstring_test.cpp
@@ -32,6 +32,9 @@
* $/LicenseInfo$
*/
+// win32 kludge-o-rama
+#define _CRT_SECURE_NO_WARNINGS
+
#include "../test/lltut.h"
#include "../llstring.h"