bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix warning at pic_isa.c


From: Samuel Thibault
Subject: Re: [PATCH] Fix warning at pic_isa.c
Date: Sat, 7 Jan 2023 00:50:58 +0100
User-agent: NeoMutt/20170609 (1.8.3)

Applied, thanks!

Flavio Cruz, le ven. 06 janv. 2023 00:26:47 -0500, a ecrit:
> ---
>  i386/i386at/pic_isa.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/i386/i386at/pic_isa.c b/i386/i386at/pic_isa.c
> index b0415c24..1e5ac103 100644
> --- a/i386/i386at/pic_isa.c
> +++ b/i386/i386at/pic_isa.c
> @@ -33,8 +33,8 @@
>  
>  /* These interrupts are always present */
>  
> -void (*ivect[NINTR])() = {
> -     /* 00 */        hardclock,      /* always */
> +interrupt_handler_fn ivect[NINTR] = {
> +     /* 00 */        (interrupt_handler_fn)hardclock,        /* always */
>       /* 01 */        kdintr,         /* kdintr, ... */
>       /* 02 */        intnull,
>       /* 03 */        intnull,        /* lnpoll, comintr, ... */
> -- 
> 2.37.2
> 
> 

-- 
Samuel
---
Pour une évaluation indépendante, transparente et rigoureuse !
Je soutiens la Commission d'Évaluation de l'Inria.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]