Skip to content

xxhash: Add a cast to silence a warning when built with MSVC

Martin Storsjö requested to merge mstorsjo/dav1d:msvc-cast into master

This silences the following warning: tools/output/xxhash.c(127): warning C4244: '=': conversion from 'unsigned long' to 'unsigned char', possible loss of data

Merge request reports