warning: initialization discards qualifiers from pointer target type

John Love-Jensen eljay@adobe.com
Mon Mar 3 21:40:00 GMT 2008


Hi Andre,

Change your struct so you can refer to string constants:

struct CompressionInfo {
    char const * Name;
    int32_t Type;
    uint32_t WindowSize;
};

HTH,
--Eljay



More information about the Gcc-help mailing list