[Libreoffice-commits] .: idlc/source
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Oct 3 04:07:14 PDT 2011
idlc/source/parser.y | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f281a3ed00ef7b8337ef07482d7b3ec85e8914e6
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Mon Oct 3 14:02:16 2011 +0300
WaE: Ignore also C4702: unreachable code
diff --git a/idlc/source/parser.y b/idlc/source/parser.y
index 38e5438..ec1dfc0 100644
--- a/idlc/source/parser.y
+++ b/idlc/source/parser.y
@@ -263,7 +263,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 4706)
+#pragma warning(disable: 4273 4701 4702 4706)
#endif
%}
/*
More information about the Libreoffice-commits
mailing list