mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-02 16:11:08 +03:00
Fix some warnings.
These are easy to solve and reduce the noise in the Travis build.
This commit is contained in:
parent
1d12c61c62
commit
024b14cd7f
8 changed files with 10 additions and 16 deletions
|
@ -599,7 +599,6 @@ LLConstant* DtoDefineClassInfo(ClassDeclaration* cd)
|
|||
LOG_SCOPE;
|
||||
|
||||
assert(cd->type->ty == Tclass);
|
||||
TypeClass* cdty = static_cast<TypeClass*>(cd->type);
|
||||
|
||||
IrAggr* ir = getIrAggr(cd);
|
||||
ClassDeclaration* cinfo = Type::typeinfoclass;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue