diff options
author | Adam Moss <moss@lindenlab.com> | 2009-10-08 14:14:13 +0000 |
---|---|---|
committer | Adam Moss <moss@lindenlab.com> | 2009-10-08 14:14:13 +0000 |
commit | 9665d7a71bcd5cd79889b2b4908beaf66b76341d (patch) | |
tree | 4696e0c368c439fc0547d6dc92a3fb9746eabca6 /indra/llcommon/tests | |
parent | bb533f4d1123ff20d177ee4a3c7f69405da18bf5 (diff) |
DEV-41081 - better than using the msvc kludge for suppressing warnings about memcpy, don't actually use memcpy - use our own safe 'copy' method. also stripNonprintable() is probably a little faster now...
Diffstat (limited to 'indra/llcommon/tests')
-rw-r--r-- | indra/llcommon/tests/llstring_test.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcommon/tests/llstring_test.cpp b/indra/llcommon/tests/llstring_test.cpp index 1d99214d69..1f4603631a 100644 --- a/indra/llcommon/tests/llstring_test.cpp +++ b/indra/llcommon/tests/llstring_test.cpp @@ -32,9 +32,6 @@ * $/LicenseInfo$ */ -// win32 kludge-o-rama -#define _CRT_SECURE_NO_WARNINGS - #include "../test/lltut.h" #include "../llstring.h" |