summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-03 14:02:16 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-03 14:02:16 +0300
commitf281a3ed00ef7b8337ef07482d7b3ec85e8914e6 (patch)
treeb1397e939ec32706f20980b3e23a818fe05bd998 /idlc
parent302d9cc848d77abdff5d4823454471d4b519329b (diff)
WaE: Ignore also C4702: unreachable code
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/parser.y b/idlc/source/parser.y
index 38e54382c15d..ec1dfc0ce31d 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
%}
/*