Re: [exim] Exim 4.96-RC0 released

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jeremy Harris
Fecha:  
A: exim-users
Asunto: Re: [exim] Exim 4.96-RC0 released
On 25/04/2022 15:03, Frank Elsner via Exim-users wrote:
> tls-openssl.c:3344:14: warning: implicit declaration of function ‘event_raise’ [-Wimplicit-function-declaration]
>   3344 |       (void) event_raise(event_action, US"tls:fail:connect", *errstr, NULL);


> What now?


Probably a missing guard
#ifndef DISABLE_EVENT

for that one line (and you are compiling
with DISABLE_EVENT).

Thanks for finding this.
--
Cheers,
Jeremy