e.g.:
[..]
if (fread((void*) &event, sizeof(unsigned char), 1, fp)!=1) {
if (ferror(fp) == -1) {
return -1;
}
if (feof(fp)) {
return 0;
}
}
[..]-- fread declared with __wur (warn_unused_result) https://bugs.launchpad.net/bugs/249936 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
