Output improvements

This commit is contained in:
Lorenz Meier
2013-10-11 09:28:44 +02:00
parent d04321bcf8
commit 1306c9de7b

View File

@@ -73,6 +73,7 @@ test_file(int argc, char *argv[])
for (unsigned a = 0; a < alignments; a++) {
printf("\n");
warnx("----- alignment test: %u bytes -----", a);
uint8_t write_buf[chunk_sizes[c] + alignments] __attribute__((aligned(64)));