Ignore:
Timestamp:
Dec 23, 2011, 7:16:58 PM (14 years ago)
Author:
dmik
Message:

Fix build breaks with the newest GCC 4.4.6 from GIT.

In particular, GCC is now strict about matching the calling convention
of the prototype (argument) and the real function used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/unicode/cptable.c

    r21916 r21927  
    150150
    151151/* get the table of a given code page */
    152 const union cptable *cp_get_table( unsigned int codepage )
     152_K32CONV const union cptable *cp_get_table( unsigned int codepage )
    153153{
    154154    const union cptable **res;
     
    166166
    167167/* enum valid codepages */
    168 const union cptable *cp_enum_table( unsigned int index )
     168_K32CONV const union cptable *cp_enum_table( unsigned int index )
    169169{
    170170    if (index >= NB_CODEPAGES) return NULL;
Note: See TracChangeset for help on using the changeset viewer.