diff options
author | Adam Moss <moss@lindenlab.com> | 2009-10-08 13:59:07 +0000 |
---|---|---|
committer | Adam Moss <moss@lindenlab.com> | 2009-10-08 13:59:07 +0000 |
commit | bb533f4d1123ff20d177ee4a3c7f69405da18bf5 (patch) | |
tree | e96016fea08830a869d6c92d056adac4ac2ccf4a /indra/llcommon/tests/llstring_test.cpp | |
parent | 1ee157028845048d931c0c7fdd1bcac53bda324e (diff) |
suppress win32 warning about strcpy. yuck.
Diffstat (limited to 'indra/llcommon/tests/llstring_test.cpp')
-rw-r--r-- | indra/llcommon/tests/llstring_test.cpp | 3 |
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" |