Specified initializers are a C99 feature, and that version of the compiler doesn't support them unless you are using the --gcc command line option, in which case specified initializers are accepted as an extension.
↧
Specified initializers are a C99 feature, and that version of the compiler doesn't support them unless you are using the --gcc command line option, in which case specified initializers are accepted as an extension.