Fix some build warnings on arm

This commit is contained in:
Isaac Connor
2021-11-09 17:01:04 -05:00
parent dc9f7b4d1d
commit 9d37fbcd8e
3 changed files with 14 additions and 14 deletions

View File

@@ -209,7 +209,7 @@ void PacketQueue::clearPackets(const std::shared_ptr<ZMPacket> &add_packet) {
--it;
}
}
Debug(1, "Tail count is %d, queue size is %lu", tail_count, pktQueue.size());
Debug(1, "Tail count is %d, queue size is %zu", tail_count, pktQueue.size());
if (!keep_keyframes) {
// If not doing passthrough, we don't care about starting with a keyframe so logic is simpler