summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-30 00:02:36 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-30 07:49:24 (GMT)
commit28cb94f53a4293ffd278f9d9cc72b164055ee623 (patch)
treef19a63a524e17eadf792144487466a3689a89220 /.github/workflows
parent634fa2047d217f1c62222071a8313bc5e17d4509 (diff)
downloadlz4-28cb94f53a4293ffd278f9d9cc72b164055ee623.zip
lz4-28cb94f53a4293ffd278f9d9cc72b164055ee623.tar.gz
lz4-28cb94f53a4293ffd278f9d9cc72b164055ee623.tar.bz2
Fix -Wshorten-64-to-32 warning
Fix -Wshorten-64-to-32 warning The following CI test (macOS) reports "-Wshorten-64-to-32" warning make V=1 clean test MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' ``` blockStreaming_lineByLine.c:68:54: error: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'int' [-Werror,-Wshorten-64-to-32] lz4Stream, inpPtr, cmpBuf, inpBytes, cmpBufBytes, 1); ^~~~~~~~~~~ ```
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions