From 02b289f65bf567acb233ad01e3512a9e29b6c757 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Tue, 29 Sep 2009 11:43:17 +0200 Subject: heimdal - fix various warnings - Shadowed variables - "const" related warnings - Parameter names which shadow function declarations - Non-void functions which have no return value (patch also ported upstream) --- source4/heimdal/lib/hx509/sel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/heimdal/lib/hx509/sel.c') diff --git a/source4/heimdal/lib/hx509/sel.c b/source4/heimdal/lib/hx509/sel.c index 5932ce84c3..c5e760569a 100644 --- a/source4/heimdal/lib/hx509/sel.c +++ b/source4/heimdal/lib/hx509/sel.c @@ -176,6 +176,7 @@ _hx509_expr_eval(hx509_context context, hx509_env env, struct hx_expr *expr) default: _hx509_abort("hx509 eval expr with unknown op: %d", (int)expr->op); } + return 0; } void -- cgit