rustllvm: Fix warnings about unused function parameters

This commit is contained in:
Vadim Petrochenkov 2020-05-21 20:53:41 +03:00
parent 148c125b1b
commit d0a48d19f5
7 changed files with 12 additions and 47 deletions

View file

@ -445,7 +445,7 @@ extern "C" LLVMTargetMachineRef LLVMRustCreateTargetMachine(
const char *TripleStr, const char *CPU, const char *Feature,
const char *ABIStr, LLVMRustCodeModel RustCM, LLVMRustRelocModel RustReloc,
LLVMRustCodeGenOptLevel RustOptLevel, bool UseSoftFloat,
bool PositionIndependentExecutable, bool FunctionSections,
bool FunctionSections,
bool DataSections,
bool TrapUnreachable,
bool Singlethread,