diff options
author | Takayuki Matsuoka <t-mat@users.noreply.github.com> | 2022-08-12 15:36:28 (GMT) |
---|---|---|
committer | Takayuki Matsuoka <t-mat@users.noreply.github.com> | 2022-08-12 15:36:28 (GMT) |
commit | 46d12d661edda40bedc0ce38247e170b13575aaf (patch) | |
tree | efea511eaa1aebbdeb8a9fc528a47cb1913e6d63 /appveyor.yml | |
parent | f892f828838c064dab8d754388506c94e37c3fe1 (diff) | |
download | lz4-46d12d661edda40bedc0ce38247e170b13575aaf.zip lz4-46d12d661edda40bedc0ce38247e170b13575aaf.tar.gz lz4-46d12d661edda40bedc0ce38247e170b13575aaf.tar.bz2 |
Suppress false positive warning from MSVC (fuzzer.c)
Suppress the following false positive warnings from MSVC:
- Disable all arithmetic overflow (C26451)
- Suppress C6385: Reading invalid data from 'compressedBuffer'.
- Add ULL suffix to unsigned 64-bits constants.
Diffstat (limited to 'appveyor.yml')
0 files changed, 0 insertions, 0 deletions