From 6c245c6847430c6b00ac45860e0d05e3067c67c7 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 5 Aug 2008 20:52:57 +0000 Subject: [PATCH] specify return type of 'harmless' git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20605 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/rpc/xdr_sizeof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/rpc/xdr_sizeof.c b/src/lib/rpc/xdr_sizeof.c index 0d9774f11..3a1c1e189 100644 --- a/src/lib/rpc/xdr_sizeof.c +++ b/src/lib/rpc/xdr_sizeof.c @@ -107,7 +107,7 @@ x_inline(xdrs, len) } } -static +static int harmless() { /* Always return FALSE/NULL, as the case may be */ -- 2.26.2