Ticket #44886

AmigaOS build failure "if (tv.tv_sec < 0) {" always false

Eröffnet am: 2022-06-21 02:10 Letztes Update: 2022-07-02 07:16

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

Details

Cross-compiling S3_0 to AmigaOS:

../../../src/server/sernet.c: In function 'flush_packets':
../../../src/server/sernet.c:366:19: error: comparison of unsigned expression in '< 0' is always false [-Werror=type-limits!]

366 | if (tv.tv_sec < 0) {

Ticket-Verlauf (3/7 Historien)

2022-06-21 02:10 Aktualisiert von: cazfi
  • New Ticket "AmigaOS build failure "if (tv.tv_sec < 0) {" always false" created
2022-06-25 04:42 Aktualisiert von: cazfi
  • Verantwortlicher Update from (Keine) to cazfi
  • Lösung Update from Keine to Accepted
  • Meilenstein Update from (Keine) to 3.0.3 (closed)
Kommentar

Patch also for S2_6 attached - after all the main point of keeping S2_6 around is supporting exotic systems where newer branches are harder to port.

2022-06-25 04:44 Aktualisiert von: cazfi
Kommentar

New S2_6 version - I had accidentally deleted a character when saving the source file, or something.

2022-07-02 07:16 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