This is the mail archive of the pthreads-win32@sources.redhat.com mailing list for the pthreas-win32 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

int implicit:1;


While compiling condvar2.c and condvar2_1.c with the Intel compiler, I
get the warning:

../implement.h(134): remark #108: implicitly-signed bit field of length
1
    int implicit:1;

What does it mean
int implicit:1;
?

I never saw something like that in any C or C++ manual.

Regards,
Marcello




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]