20 Jan
2009
20 Jan
'09
8:27 a.m.
Module: wine Branch: master Commit: e5418e194a6fa846f3e433a8e44e51802e0f80b9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e5418e194a6fa846f3e433a8e4... Author: Austin English <austinenglish(a)gmail.com> Date: Mon Jan 19 17:11:36 2009 -0600 widl: Fix a compiler warning. --- tools/widl/widltypes.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/widl/widltypes.h b/tools/widl/widltypes.h index e6b0369..211aab4 100644 --- a/tools/widl/widltypes.h +++ b/tools/widl/widltypes.h @@ -538,6 +538,7 @@ static inline enum type_type type_get_type_detect_alias(const type_t *type) return TYPE_MODULE; default: assert(0); + return 0; } }