From 31ba819bd0994a0a48a174cba37b5985522ff3f8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 14 Apr 2015 18:46:38 +0000 Subject: warning fix (functions with variable arguments lists could not be inlined) git-svn-id: http://svn.miranda-ng.org/main/trunk@12826 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/http_request.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/SkypeWeb/src/http_request.h b/protocols/SkypeWeb/src/http_request.h index 532c8cf61c..bc58405fb0 100644 --- a/protocols/SkypeWeb/src/http_request.h +++ b/protocols/SkypeWeb/src/http_request.h @@ -41,7 +41,7 @@ struct CHAR_VALUE : public VALUE struct FORMAT_VALUE : public VALUE { CMStringA szValue; - __forceinline FORMAT_VALUE(LPCSTR _name, LPCSTR _valueFormat, ...) + FORMAT_VALUE(LPCSTR _name, LPCSTR _valueFormat, ...) : VALUE(_name) { va_list args; -- cgit v1.2.3