-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
/home/oliver/c/qa/include/sha1/sha1.hpp:240:20: warning: implicit conversion changes
signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
| (buffer[4*i+0] & 0xff)<<24;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/oliver/c/qa/include/sha1/sha1.hpp:263:35: warning: implicit conversion changes
signedness: 'unsigned long' to 'std::streamsize' (aka 'long') [-Wsign-conversion]
is.read(sbuf, BLOCK_BYTES - buffer.size());
~~~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~~
Metadata
Metadata
Assignees
Labels
No labels