Skip to content

Commit 85fd77f

Browse files
johnno1962ellishg
andauthored
Update lld/MachO/Driver.cpp
Co-authored-by: Ellis Hoag <ellis.sparky.hoag@gmail.com>
1 parent 9714785 commit 85fd77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/MachO/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ void multiThreadedPageInBackground(const DeferredFiles &deferred) {
316316
// Reference each page to load it into memory.
317317
for (const char *page = buff.data(), *end = page + buff.size();
318318
page < end; page += pageSize)
319-
volatile char t = *page;
319+
[[maybe_unused]] volatile char t = *page;
320320
}
321321
});
322322

0 commit comments

Comments
 (0)