From 67fde87202c8ad1bb2d23e2ecb69ddeb215e6c8f Mon Sep 17 00:00:00 2001 From: Zezula Ladislav Date: Tue, 3 Apr 2018 15:13:41 +0200 Subject: + Fixed build warnings in VS 2015 --- test/StormTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/StormTest.cpp b/test/StormTest.cpp index dc20920..e6ca2cb 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -37,7 +37,7 @@ #ifdef PLATFORM_WINDOWS #define WORK_PATH_ROOT _T("E:\\Multimedia\\MPQs") -static const TCHAR szListFileDir[] = { '1', '9', '9', '5', ' ', '-', ' ', 'T', 'e', 's', 't', ' ', 'M', 'P', 'Q', 's', '\\', 'l', 'i', 's', 't', 'f', 'i', 'l', 'e', 's', '-', 0x65B0, 0x5EFA, 0x6587, 0x4EF6, 0x5939, 0 }; +static const TCHAR szListFileDir[] = { '1', '9', '9', '5', ' ', '-', ' ', 'T', 'e', 's', 't', ' ', 'M', 'P', 'Q', 's', '\\', 'l', 'i', 's', 't', 'f', 'i', 'l', 'e', 's', '-', (TCHAR)0x65B0, (TCHAR)0x5EFA, (TCHAR)0x6587, (TCHAR)0x4EF6, (TCHAR)0x5939, 0 }; #endif #ifdef PLATFORM_LINUX -- cgit v1.2.3