aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/bcat/backend/boxcat.cpp
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2019-10-04 22:46:46 +0000
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-10-04 23:41:21 +0000
commit85660967947e789c1638de4489277fce8dffbd45 (patch)
tree71647a363aa29a55f83034d94110dd2100f969cb /src/core/hle/service/bcat/backend/boxcat.cpp
parent87e7cc2d5a5734e5662a5523bf524d77b1bb0ffb (diff)
service/bcat: Silence -Wreorder and -Wunused
Diffstat (limited to 'src/core/hle/service/bcat/backend/boxcat.cpp')
-rw-r--r--src/core/hle/service/bcat/backend/boxcat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/bcat/backend/boxcat.cpp b/src/core/hle/service/bcat/backend/boxcat.cpp
index e6ee0810b..0e451e9c2 100644
--- a/src/core/hle/service/bcat/backend/boxcat.cpp
+++ b/src/core/hle/service/bcat/backend/boxcat.cpp
@@ -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 {