| Re: [AD] dat2c ready for testing | 
[ Thread Index | 
Date Index
| More lists.liballeg.org/allegro-developers Archives
] 
[Sorry, just injecting this anywhere.]
dat2c on a font object generates code that gcc (2?) doesn't like:
    q.c:23: warning: initializer-string for array of chars is too long
    q.c:23: warning: (near initialization for `mini_glyph32.dat')
because of the zero-sized array in the glyph structure.  I assume it's
unfixable, so should be documented instead ("Don't freak out!").
PS. I haven't tried the latest version yet.