You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/wrkdirs/usr/ports/multimedia/lms/work/lms-3.25.0/src/lms/ui/resource/DownloadResource.cpp:70:31: error: non-constant-expression cannot be narrowed from type 'Zip::SizeType' (aka 'unsigned long long') to 'std::size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
std::size_t nbWrittenBytes {zipper->writeSome(buffer.data(), buffer.size())};
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/multimedia/lms/work/lms-3.25.0/src/lms/ui/resource/DownloadResource.cpp:70:31: note: insert an explicit cast to silence this issue
std::size_t nbWrittenBytes {zipper->writeSome(buffer.data(), buffer.size())};
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
static_cast<size_t>( )
1 error generated.
FreeBSD 13
It is probably broken on all non-64-bit systems.
The text was updated successfully, but these errors were encountered:
Log: http://beefy15.nyi.freebsd.org/data/130i386-default/0ae18b07e470/logs/lms-3.25.0.log (IPv6 URL)
FreeBSD 13
It is probably broken on all non-64-bit systems.
The text was updated successfully, but these errors were encountered: