Skip to content

Renaming 2 local variables will fix 2 compilation warnings #27

@ClaudiuHKS

Description

@ClaudiuHKS

uint64_t one = m_hash[j];

1>  keccak.cpp
1>D:\Scripting\hash-library-master\keccak.cpp(155,16): warning C4456: declaration of 'one' hides previous local declaration
1>      D:\Scripting\hash-library-master\keccak.cpp(122,14):
1>      see declaration of 'one'

uint64_t one = m_hash[j];

1>  sha3.cpp
1>D:\Scripting\hash-library-master\sha3.cpp(157,16): warning C4456: declaration of 'one' hides previous local declaration
1>      D:\Scripting\hash-library-master\sha3.cpp(124,14):
1>      see declaration of 'one'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions