mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-03 05:32:24 +00:00
[lld][Darwin] Fix unused field warning.
This field would eventually be used. llvm-svn: 192084
This commit is contained in:
parent
18318e32a9
commit
bafdf7be83
@ -67,6 +67,9 @@ public:
|
||||
if (!ec)
|
||||
return ec;
|
||||
}
|
||||
|
||||
(void) (_isWholeArchive);
|
||||
|
||||
return llvm::error_code::success();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user