diff options
author | Jack Lloyd <[email protected]> | 2016-04-09 11:23:51 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-04-09 11:23:51 -0400 |
commit | 8dd6eb9252ad91f59630e2889fa6803f6e3bf554 (patch) | |
tree | 11de0bdbf598afc2a7207e9bbef911716ba54ce1 /src/lib/stream/chacha/chacha.h | |
parent | 5e75f6db1c3d73fdb778d49751f1b2ef4549b177 (diff) |
Fix a couple MSVC warnings.
Cast std::streamsize to size_t since MSVC is worried gcount() might
return a negative number.
The entropy callbacks took the entropy estimate as a size_t instead of
a double, which causes some verbose warnings due to the conversion.
Diffstat (limited to 'src/lib/stream/chacha/chacha.h')
0 files changed, 0 insertions, 0 deletions