Changes between Initial Version and Version 4 of Ticket #2642


Ignore:
Timestamp:
02/21/25 07:52:14 (3 days ago)
Author:
zaytsev
Comment:

Closed as duplicate of #2639.

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  
    11My compiler gcc 4.5.2 "chokes & bails out" on lines 384 & 385 in main.c. 
    22 
     3{{{ 
    34383  (void) setlocale(...); 
    45384  (void) bindtextdomain(...); 
    56385  (void) textdomain(...); 
     7}}} 
    68 
    79If I remove ALL the type casts (void), as it was in 4.8.0-pre2, everything builds & functions correctly.