From 9665d7a71bcd5cd79889b2b4908beaf66b76341d Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 8 Oct 2009 14:14:13 +0000 Subject: 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... --- indra/llcommon/tests/llstring_test.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'indra/llcommon/tests') 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" -- cgit v1.2.3