From 7eb42bddb3a1ae99215387ca189eba7e85110344 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 28 Oct 2013 01:08:27 +0100 Subject: windows: warning 4706 is disabled globally in com_MSC_defs.mk So there is no need to do this locally, too. Change-Id: Ibc623235cae07a86dfd0dbc1d7672ca4273facec --- idlc/source/parser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idlc') diff --git a/idlc/source/parser.y b/idlc/source/parser.y index d7fba7efed40..da3853e3d161 100644 --- a/idlc/source/parser.y +++ b/idlc/source/parser.y @@ -214,7 +214,7 @@ bool includes(AstDeclaration const * type1, AstDeclaration const * type2) { #pragma disable_warn #elif defined _MSC_VER #pragma warning(push, 1) -#pragma warning(disable: 4273 4701 4702 4706) +#pragma warning(disable: 4273 4701 4702) #endif %} /* -- cgit