Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audio/mumble-server: fix build on i386
/wrkdirs/usr/ports/audio/mumble-server/work/mumble-1.5.613/src/murmur/Server.cpp:1044:21: error: implicit conversion changes signedness: 'int' to 'std::vector<char>::size_type' (aka 'unsigned int') [-Werror,-Wsign-conversion] bufVec.resize(len + 4); ~~~~~~ ~~~~^~~ 1 error generated. Upstream issue: mumble-voip/mumble#6377 Reported by: pkg-fallout Approved by: arrowd (mentor, implicit) MFH: 2024Q2
- Loading branch information