s4:heimdal: import lorikeet-heimdal-201009250123 (commit 42cabfb5b683dbcb97d583c397b8...
[sfrench/samba-autobuild/.git] / source4 / heimdal / lib / hx509 / sel.c
index 5932ce84c3d4020c24987365221ceca131a48e7c..561818c9f1f963078e3085187946c121026b5c06 100644 (file)
@@ -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);
     }
 }