mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-15 10:55:51 +00:00
5734073b15
With explicit width the default alignment is to the right, using space is a gnu extension. Fix the following warnings: crypto/hash-speedtest.c: In function ‘main’: crypto/hash-speedtest.c:152:15: warning: ' ' flag used with ‘%s’ gnu_printf format [-Wformat=] 152 | printf("% 12s: ", c->name); | ^ crypto/hash-speedtest.c:172:21: warning: ' ' flag used with ‘%u’ gnu_printf format [-Wformat=] 172 | printf("%s: % 12llu, %s/i % 8llu", | ^ crypto/hash-speedtest.c:172:34: warning: ' ' flag used with ‘%u’ gnu_printf format [-Wformat=] 172 | printf("%s: % 12llu, %s/i % 8llu", | ^ Signed-off-by: David Sterba <dsterba@suse.com> |
||
---|---|---|
.. | ||
blake2-impl.h | ||
blake2.h | ||
blake2b-ref.c | ||
crc32c.c | ||
crc32c.h | ||
hash-speedtest.c | ||
hash-vectest.c | ||
hash.c | ||
hash.h | ||
sha224-256.c | ||
sha-private.h | ||
sha.h | ||
xxhash.c | ||
xxhash.h |