#43355: zstd printf size_t trouble Open Date: 2021-12-09 01:48 Last Update: 2021-12-09 02:52 URL for this Ticket: https://osdn.net//projects/freeciv/ticket/43355 RSS feed for this Ticket: https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=43355 --------------------------------------------------------------------- Last Changes/Comment on this Ticket: 2021-12-09 02:52 Updated by: cazfi * Status Update from Open to Closed * Owner Update from (None) to cazfi * Resolution Update from Accepted to Fixed --------------------------------------------------------------------- Ticket Status: Reporter: cazfi Owner: cazfi Type: Bugs Status: Closed Priority: 9 - Highest MileStone: 3.1.0 Component: General Severity: 5 - Medium Resolution: Fixed --------------------------------------------------------------------- Ticket details: Build on msys2 currently fails (detected by CI). The problem is bad format specifier for a size_t variable in zstd support code. Will treat this as an emergency fix, even though there's multiple ways to proceed and all of them have their risks. The obvious solution is to provide correct "%zu" format specifier, and that's what I'm going to test first. The risk associated to that is that it might not be supported by some of the compilers we've supported so far. -- Ticket information of Freeciv project Freeciv Project is hosted on OSDN Project URL: https://osdn.net/projects/freeciv/ OSDN: https://osdn.net URL for this Ticket: https://osdn.net/projects/freeciv/ticket/43355 RSS feed for this Ticket: https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=43355