while compiling the following errors " warning: type of bit-field 'rps_no_data' is a GCC extension" I am getting ie warnings so here warnings treated as erros.. Please any can quickly help how to resolve this issue.
In C90 you only boolean or integer types were allowed with bitfields (else undefined behavior results), but gcc -pedantic still gives a warning even in C99 mode where implementation-defined types are allowed.