On Mon, Aug 28, 2017 at 08:37:37AM -0300, Philippe Mathieu-Daudé wrote: > $ make check-speed > tests/benchmark-crypto-hash.c: In function 'test_hash_speed': > tests/benchmark-crypto-hash.c:44:5: error: format '%ld' expects argument of > type 'long int', but argument 2 has type 'size_t' [-Werror=format=] > g_print("Testing chunk_size %ld bytes ", chunk_size); > ^ > tests/benchmark-crypto-hash.c: In function 'main': > tests/benchmark-crypto-hash.c:62:9: error: format '%lu' expects argument of > type 'long unsigned int', but argument 4 has type 'size_t' [-Werror=format=] > snprintf(name, sizeof(name), "/crypto/hash/speed-%lu", i); > ^ > cc1: all warnings being treated as errors > rules.mak:66: recipe for target 'tests/benchmark-crypto-hash.o' failed > make: *** [tests/benchmark-crypto-hash.o] Error 1 > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > testing v2.10.0-rc4 > > tests/benchmark-crypto-cipher.c | 4 ++-- > tests/benchmark-crypto-hash.c | 4 ++-- > tests/benchmark-crypto-hmac.c | 4 ++-- > 3 files changed, 6 insertions(+), 6 deletions(-)
Thanks, added to my crypto queue, unless it merges through -trivial first. Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|