summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/hx509/sel.c
diff options
context:
space:
mode:
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..561818c9f1 100644
--- a/source4/heimdal/lib/hx509/sel.c
+++ b/source4/heimdal/lib/hx509/sel.c
@@ -175,6 +175,7 @@ _hx509_expr_eval(hx509_context context, hx509_env env, struct hx_expr *expr)
return eval_comp(context, env, expr->arg1);
default:
_hx509_abort("hx509 eval expr with unknown op: %d", (int)expr->op);
+ UNREACHABLE(return 0);
}
}