mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-02 16:11:08 +03:00
Cleanup: Clang warning fixes.
No warnings left on a '-Wall' build except for a single tautological compare in gen/asm-x86-32.h, which indeed seems like a bug.
This commit is contained in:
parent
289bb57adf
commit
0cd78dd579
13 changed files with 34 additions and 37 deletions
|
@ -96,7 +96,6 @@ DValue* DtoNestedVariable(Loc loc, Type* astype, VarDeclaration* vd, bool byref)
|
|||
|
||||
LLValue *dwarfValue = 0;
|
||||
std::vector<LLValue*> dwarfAddr;
|
||||
LLType *int64Ty = LLType::getInt64Ty(gIR->context());
|
||||
|
||||
// get the nested context
|
||||
LLValue* ctx = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue