Ticket #45735

upgrade_unit_order_targets(): Dead assignment of tgt_tile

Eröffnet am: 2022-09-27 12:08 Letztes Update: 2022-10-08 11:06

Auswertung:
Verantwortlicher:
Typ:
Status:
Geschlossen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
1

Details

upgrade_unit_order_targets():

/* The target is already specified in the new format. */
tgt_tile = index_to_tile(&(wld.map), order->target);
fc_assert(tgt_tile != NULL);
return;

tgt_tile is not used in NDEBUG build, and entire index_to_tile() call (with no relevant side-effect) is unnecessary in such cases.

Ticket-Verlauf (3/4 Historien)

2022-09-27 12:08 Aktualisiert von: cazfi
  • New Ticket "upgrade_unit_order_targets(): Dead assignment of tgt_tile" created
2022-10-01 19:17 Aktualisiert von: cazfi
  • Verantwortlicher Update from (Keine) to cazfi
  • Lösung Update from Keine to Accepted
2022-10-08 11:06 Aktualisiert von: cazfi
  • Status Update from Offen to Geschlossen
  • Lösung Update from Accepted to Gefixt

Bearbeiten

Please login to add comment to this ticket » Anmelden