This is a bug in struct initializations in gcc (I actually had to rewrite the intialization pieces once due to a bug in gcc 4.4 with -Wmissing-field-initializers)
Guess we cannot assume that people have a working C99 compiler so we need to rewrite the code so that it works for broken compilers as well...
This is a bug in struct initializations in gcc (I actually had to rewrite the intialization pieces once due to a bug in gcc 4.4 with -Wmissing- field-initializ ers)
Guess we cannot assume that people have a working C99 compiler so we need to rewrite the code so that it works for broken compilers as well...