service/bcat: Silence -Wreorder and -Wunused

This commit is contained in:
ReinUsesLisp
2019-10-04 22:46:46 +00:00
parent 87e7cc2d5a
commit 8566096794
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ std::ostream& operator<<(std::ostream& os, DownloadResult result) {
constexpr u32 PORT = 443;
constexpr u32 TIMEOUT_SECONDS = 30;
constexpr u64 VFS_COPY_BLOCK_SIZE = 1ull << 24; // 4MB
[[maybe_unused]] constexpr u64 VFS_COPY_BLOCK_SIZE = 1ULL << 24; // 4MB
namespace {