Skip to content

Fixed -Wcast-qual warning from GCC #11

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

orbitcowboy
Copy link

This fixes following warning from GCC

../hash-library/sha256.cpp: In member function ‘void SHA256::processBlock(const void*)’:
../hash-library/sha256.cpp:110:27: warning: cast from type ‘const void*’ to type ‘uint32_t*’ {aka ‘unsigned int*’} casts away qualifiers [-Wcast-qual]
  110 |   const uint32_t* input = (uint32_t*) data;
      |                           ^~~~~~~~~~~~~~~~

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant