From e592718c43d14ddb1f97be3a10d02b6a8deaa269 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 30 Jan 2009 18:02:21 +0100 Subject: heimdal:roken: arg_match_long() should return a value This should fix a build problem on IRIX. metze --- source4/heimdal/lib/roken/getarg.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/heimdal') diff --git a/source4/heimdal/lib/roken/getarg.c b/source4/heimdal/lib/roken/getarg.c index 7679d7f7f8..3168ccc53d 100644 --- a/source4/heimdal/lib/roken/getarg.c +++ b/source4/heimdal/lib/roken/getarg.c @@ -478,6 +478,9 @@ arg_match_long(struct getargs *args, size_t num_args, default: abort (); } + + /* not reached */ + return ARG_ERR_NO_MATCH; } static int -- cgit