X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d9d29e0555e6a3bf33cc616693d98c982796201f..f8c0a35cdf7181196ceda8e10ab38757c80b3e80:/src/src/auths/gsasl_exim.c diff --git a/src/src/auths/gsasl_exim.c b/src/src/auths/gsasl_exim.c index 8f7541642..87be9b5e1 100644 --- a/src/src/auths/gsasl_exim.c +++ b/src/src/auths/gsasl_exim.c @@ -29,7 +29,8 @@ sense in all contexts. For some, we can do checks at init time. #ifndef AUTH_GSASL /* dummy function to satisfy compilers when we link in an "empty" file. */ -static void dummy2(int x) { dummy2(x-1); } +static void dummy(int x); +static void dummy2(int x) { dummy(x-1); } static void dummy(int x) { dummy2(x-1); } #else