From 8a6d8371abe209ada8ef131305b18967b3fe3c81 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 14 Dec 2014 10:42:03 +0000 Subject: fix for level 4 warnings git-svn-id: http://svn.miranda-ng.org/main/trunk@11396 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_protoint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/m_protoint.h b/include/m_protoint.h index b2953f2af6..c903bd60d3 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -59,13 +59,13 @@ struct PROTO_INTERFACE : public MZeroedObject ////////////////////////////////////////////////////////////////////////////////////// // Helpers - __forceinline void debugLogA(LPCSTR szFormat, ...) + __inline void debugLogA(LPCSTR szFormat, ...) { va_list args; va_start(args, szFormat); ProtoLogA(this, szFormat, args); } - __forceinline void debugLogW(LPCWSTR wszFormat, ...) + __inline void debugLogW(LPCWSTR wszFormat, ...) { va_list args; va_start(args, wszFormat); -- cgit v1.2.3