Commit 8f13bf87 authored by Chad Austin's avatar Chad Austin Committed by Facebook GitHub Bot

fix some warnings on macOS

Differential Revision: D21757385

fbshipit-source-id: 28af042285d343944452e1c2cf94794a121c0e06
parent 6840cc81
...@@ -276,8 +276,8 @@ bool memOpInChunks( ...@@ -276,8 +276,8 @@ bool memOpInChunks(
} // namespace } // namespace
int mlock2wrapper( int mlock2wrapper(
const void* addr, FOLLY_MAYBE_UNUSED const void* addr,
size_t len, FOLLY_MAYBE_UNUSED size_t len,
MemoryMapping::LockFlags flags) { MemoryMapping::LockFlags flags) {
int intFlags = 0; int intFlags = 0;
if (flags.lockOnFault) { if (flags.lockOnFault) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment