[Freeciv-tickets] [freeciv] #44563: Build fails with clang-15

Back to archive index
OSDN Ticket System norep****@osdn*****
Sun May 15 08:51:53 JST 2022


#44563: Build fails with clang-15

  Open Date: 2022-05-12 05:27
Last Update: 2022-05-15 01:51

URL for this Ticket:
    https://osdn.net//projects/freeciv/ticket/44563
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=44563

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2022-05-15 01:51 Updated by: alienvalkyrie

Comment:

I'm not exactly happy that this patch introduces side effects in Field.get_cmp_wrapper() – modifying an object other than self, no less (setting differ_used on the packet variant). I wish I'd noticed this earlier, before writing a bunch of patches based on top of this.
I'm thinking it should be possible to already determine the correct value of differ_used in the Variant initializer (which my later patches don't touch) – if I'm not mistaken it gets set iff (not self.no_packet) and self.delta and (self.is_info != "no" or <there is a field that is not a bool folded into the header>).
Question is whether it would be better to still do that in this patch (delaying it further), or fix it in a separate patch on top of this.

---------------------------------------------------------------------
Ticket Status:

      Reporter: cazfi
         Owner: cazfi
          Type: Bugs
        Status: Open [Owner assigned]
      Priority: 6
     MileStone: 3.0.2
     Component: General
      Severity: 5 - Medium
    Resolution: Accepted
---------------------------------------------------------------------

Ticket details:

There was an update to Debian Unstable package of clang-15 (development version) package, so I tried to compile S3_1 with that. It failed on packets_gen.c (and likely would fail in later parts of the build as well). More details to follow when I have time.
I don't think we need to consider this a blocker against S3_1-alpha3, or even against 3.0.2. Clang-15 is a development version compiler after all, it should be enough to get fixes out in later releases, before clang-15 becomes stable and people start actually using it.

-- 
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/44563
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=44563



More information about the Freeciv-tickets mailing list
Back to archive index