summaryrefslogtreecommitdiffstats
path: root/programs
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2022-08-12 14:48:43 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2022-08-12 14:49:22 (GMT)
commit0fc36f1bc758e3d66cbbf863a5701d0ec006cd1a (patch)
treeb81b72c68fe88f384b5af5850914553a0d8701f8 /programs
parent5e22228e88340ec05cd9b3e275ef7a81af2709e8 (diff)
downloadlz4-0fc36f1bc758e3d66cbbf863a5701d0ec006cd1a.zip
lz4-0fc36f1bc758e3d66cbbf863a5701d0ec006cd1a.tar.gz
lz4-0fc36f1bc758e3d66cbbf863a5701d0ec006cd1a.tar.bz2
Suppress false positive warning from MSVC
MSVC (17.3 or earlier) reports the following warning lz4\lib\lz4.c(527): warning C6385: Reading invalid data from 'v'. Line 527 is : LZ4_memcpy(&v[4], v, 4); But, obviously v[0..3] is always filled with meaningful value. Therefore, this warning report is wrong. We must revisit this issue with future version of MSVC.
Diffstat (limited to 'programs')
0 files changed, 0 insertions, 0 deletions