File no-return-in-nonvoid-function.dif of Package cyrus-imapd
--- lib/auth_krb.c 2008/05/07 12:20:53 1.1
+++ lib/auth_krb.c 2008/05/07 12:21:12
@@ -382,6 +382,7 @@
struct auth_state *auth_state __attribute__((unused)))
{
fatal("Authentication mechanism (krb) not compiled in", EC_CONFIG);
+ return NULL;
}