return false;
}
if(bb->blurbs != sizeof(test_pattern1)) {
- printf("FAILED byte count %u != %u\n", bb->blurbs, sizeof(test_pattern1));
+ printf("FAILED byte count %u != %u\n", bb->blurbs, (unsigned)sizeof(test_pattern1));
FLAC__bitbuffer_dump(bb, stdout);
return false;
}
return false;
}
if(bb->blurbs != sizeof(test_pattern1)) {
- printf("FAILED byte count %u != %u\n", bb->blurbs, sizeof(test_pattern1));
+ printf("FAILED byte count %u != %u\n", bb->blurbs, (unsigned)sizeof(test_pattern1));
FLAC__bitbuffer_dump(bb, stdout);
return false;
}
return false;
}
if(bb->blurbs != sizeof(test_pattern1)) {
- printf("FAILED byte count %u != %u\n", bb->blurbs, sizeof(test_pattern1));
+ printf("FAILED byte count %u != %u\n", bb->blurbs, (unsigned)sizeof(test_pattern1));
FLAC__bitbuffer_dump(bb, stdout);
return false;
}
return false;
}
if(bb->blurbs != sizeof(test_pattern1)) {
- printf("FAILED byte count %u != %u\n", bb->blurbs, sizeof(test_pattern1));
+ printf("FAILED byte count %u != %u\n", bb->blurbs, (unsigned)sizeof(test_pattern1));
FLAC__bitbuffer_dump(bb, stdout);
return false;
}
return false;
}
if(bb->blurbs != sizeof(test_pattern1)+1) {
- printf("FAILED byte count %u != %u\n", bb->blurbs, sizeof(test_pattern1)+1);
+ printf("FAILED byte count %u != %u\n", bb->blurbs, (unsigned)sizeof(test_pattern1)+1);
FLAC__bitbuffer_dump(bb, stdout);
return false;
}
return false;
}
if(bb->blurbs != sizeof(test_pattern1)+1) {
- printf("FAILED byte count %u != %u\n", bb->blurbs, sizeof(test_pattern1)+1);
+ printf("FAILED byte count %u != %u\n", bb->blurbs, (unsigned)sizeof(test_pattern1)+1);
FLAC__bitbuffer_dump(bb, stdout);
return false;
}
return false;
}
if(bb->blurbs != sizeof(test_pattern1)+2) {
- printf("FAILED byte count %u != %u\n", bb->blurbs, sizeof(test_pattern1)+2);
+ printf("FAILED byte count %u != %u\n", bb->blurbs, (unsigned)sizeof(test_pattern1)+2);
FLAC__bitbuffer_dump(bb, stdout);
return false;
}
return false;
}
if(bb->blurbs != sizeof(test_pattern1)+4) {
- printf("FAILED byte count %u != %u\n", bb->blurbs, sizeof(test_pattern1)+4);
+ printf("FAILED byte count %u != %u\n", bb->blurbs, (unsigned)sizeof(test_pattern1)+4);
FLAC__bitbuffer_dump(bb, stdout);
return false;
}