Commit 874c66e0 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

jscript: Fix warning with older compilers.

parent 8744c10a
...@@ -771,6 +771,7 @@ static HRESULT compile_literal(compiler_ctx_t *ctx, literal_t *literal) ...@@ -771,6 +771,7 @@ static HRESULT compile_literal(compiler_ctx_t *ctx, literal_t *literal)
} }
DEFAULT_UNREACHABLE; DEFAULT_UNREACHABLE;
} }
return E_FAIL;
} }
static HRESULT literal_as_bstr(compiler_ctx_t *ctx, literal_t *literal, BSTR *str) static HRESULT literal_as_bstr(compiler_ctx_t *ctx, literal_t *literal, BSTR *str)
......
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