cryptopp icon indicating copy to clipboard operation
cryptopp copied to clipboard

Fix "unreachable code" warning

Open irwir opened this issue 1 year ago • 1 comments

Visual C++ emits this warning for "return false;" line if one of the previous conditions has been met.

irwir avatar Sep 16 '24 10:09 irwir

Thanks, @MarcelRaad. The code has been updated.

irwir avatar Sep 17 '24 13:09 irwir