Changes between Initial Version and Version 4 of Ticket #2642
- Timestamp:
- 02/21/25 07:52:14 (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2642
- Property Status changed from new to closed
- Property Resolution changed from to duplicate
- Property Milestone changed from 4.8.1 to
-
Ticket #2642 – Description
initial v4 1 1 My compiler gcc 4.5.2 "chokes & bails out" on lines 384 & 385 in main.c. 2 2 3 {{{ 3 4 383 (void) setlocale(...); 4 5 384 (void) bindtextdomain(...); 5 6 385 (void) textdomain(...); 7 }}} 6 8 7 9 If I remove ALL the type casts (void), as it was in 4.8.0-pre2, everything builds & functions correctly.