Ticket #2325: ticket-2325.patch

File ticket-2325.patch, 423 bytes (added by mloskot, 1 month ago)

Patch fixing compilation warning about string literal to non-const char* conversion

  • ogr/ogrsf_frmts/mitab/mitab_utils.cpp

    old new  
    663663typedef struct  
    664664{ 
    665665    int         nUnitId; 
    666     char        *pszAbbrev; 
     666    char const* pszAbbrev; 
    667667} MapInfoUnitsInfo; 
    668668 
    669669static MapInfoUnitsInfo gasUnitsList[] =