Kaydet (Commit) f281a3ed authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: Ignore also C4702: unreachable code

üst 302d9cc8
...@@ -263,7 +263,7 @@ bool includes(AstDeclaration const * type1, AstDeclaration const * type2) { ...@@ -263,7 +263,7 @@ bool includes(AstDeclaration const * type1, AstDeclaration const * type2) {
#pragma disable_warn #pragma disable_warn
#elif defined _MSC_VER #elif defined _MSC_VER
#pragma warning(push, 1) #pragma warning(push, 1)
#pragma warning(disable: 4273 4701 4706) #pragma warning(disable: 4273 4701 4702 4706)
#endif #endif
%} %}
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment