Commit e5418e19 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

widl: Fix a compiler warning.

parent 390e1dfa
...@@ -538,6 +538,7 @@ static inline enum type_type type_get_type_detect_alias(const type_t *type) ...@@ -538,6 +538,7 @@ static inline enum type_type type_get_type_detect_alias(const type_t *type)
return TYPE_MODULE; return TYPE_MODULE;
default: default:
assert(0); assert(0);
return 0;
} }
} }
......
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