From 28284465a2ff445c029849b73fb589429698b525 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 2 Jun 2015 10:39:54 +0000 Subject: can't see this warning anymore git-svn-id: http://svn.miranda-ng.org/main/trunk@13970 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_string.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/m_string.h') diff --git a/include/m_string.h b/include/m_string.h index 5fe5990fb9..82e279f31f 100644 --- a/include/m_string.h +++ b/include/m_string.h @@ -607,8 +607,8 @@ public: return _vscwprintf(pszFormat, args); } -#pragma warning (push) -#pragma warning(disable : 4996) +#pragma warning(push) +#pragma warning(disable : 4995 4996) static int __stdcall Format(LPWSTR pszBuffer, LPCWSTR pszFormat, va_list args) { return vswprintf(pszBuffer, pszFormat, args); @@ -618,7 +618,7 @@ public: { return _vsnwprintf(pszBuffer, nLength, pszFormat, args); } -#pragma warning (pop) +#pragma warning(pop) static int __stdcall GetBaseTypeLength(LPCSTR pszSrc) { -- cgit v1.2.3