commit 532a5c1900e15dd6e9f877f40b7000f741c934b2 parent f4526f1299d4e48f03d0c864afc8f27ceba510fb Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev> Date: Thu, 24 Apr 2025 19:04:32 +0200 upgraded_net: muted compiler warning Diffstat:
| M | src/mhd2/upgraded_net.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/mhd2/upgraded_net.c b/src/mhd2/upgraded_net.c @@ -407,6 +407,8 @@ MHD_upgraded_send (struct MHD_UpgradedHandle *MHD_RESTRICT urh, return MHD_SC_UPGRADED_NET_TIMEOUT; } } + else + wait_left = MHD_WAIT_INDEFINITELY; /* Mute compiler warning */ #if defined(MHD_SUPPORT_POLL) if (1)