Skip to content

Conversation

orbitcowboy
Copy link

This commit fixes

keccak.cpp: In member function ‘void Keccak::processBlock(const void*)’:
keccak.cpp:155:16: warning: declaration of ‘one’ shadows a previous local [-Wshadow]
  155 |       uint64_t one = m_hash[j];
      |                ^~~
keccak.cpp:122:14: note: shadowed declaration is here
  122 |     uint64_t one;
      |              ^~~

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

Successfully merging this pull request may close these issues.

1 participant