Skip to content

Commit

Permalink
Merge pull request #30 from jthiltges/reorder
Browse files Browse the repository at this point in the history
Reorder variables to address compiler warning/error
  • Loading branch information
djw8605 authored Apr 21, 2022
2 parents 87014c3 + 865e3f8 commit 82cee1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdChecksum.hh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ private:
ChecksumState & operator=(ChecksumState const &);

const unsigned m_digests;
uint32_t m_crc32;
uint32_t m_cksum;
uint32_t m_crc32;
uint32_t m_adler32;

unsigned m_md5_length;
Expand Down

0 comments on commit 82cee1e

Please sign in to comment.