[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] grub-core/net/http.c: Fix gcc-13 errors relating to type
From: |
Daniel Kiper |
Subject: |
Re: [PATCH v2] grub-core/net/http.c: Fix gcc-13 errors relating to type signedness |
Date: |
Fri, 1 Dec 2023 17:58:20 +0100 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Wed, Nov 29, 2023 at 07:58:25PM +0000, Mate Kukri wrote:
> Replace definition of `HTTP_PORT` with a pre-processor macro that converts
> the constant to the correct type `grub_uint16_t`.
>
> Change the defintion of local variable `port` in `http_establish()` to
> have the same type.
>
> Signed-off-by: Mate Kukri <mate.kukri@canonical.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Daniel
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH v2] grub-core/net/http.c: Fix gcc-13 errors relating to type signedness,
Daniel Kiper <=