We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9714785 commit 85fd77fCopy full SHA for 85fd77f
lld/MachO/Driver.cpp
@@ -316,7 +316,7 @@ void multiThreadedPageInBackground(const DeferredFiles &deferred) {
316
// Reference each page to load it into memory.
317
for (const char *page = buff.data(), *end = page + buff.size();
318
page < end; page += pageSize)
319
- volatile char t = *page;
+ [[maybe_unused]] volatile char t = *page;
320
}
321
});
322
0 commit comments