summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/hx509/sel.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-09-29 11:43:17 +0200
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-10-03 13:20:52 +0200
commit02b289f65bf567acb233ad01e3512a9e29b6c757 (patch)
tree8b43ee2bd1fa1811ec999555a04296ff5e2d3156 /source4/heimdal/lib/hx509/sel.c
parentbe938ab44b6095818501b23ca8422c731e14015a (diff)
downloadsamba-02b289f65bf567acb233ad01e3512a9e29b6c757.tar.gz
samba-02b289f65bf567acb233ad01e3512a9e29b6c757.tar.bz2
samba-02b289f65bf567acb233ad01e3512a9e29b6c757.zip
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)
Diffstat (limited to 'source4/heimdal/lib/hx509/sel.c')
-rw-r--r--source4/heimdal/lib/hx509/sel.c1
1 files changed, 1 insertions, 0 deletions
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