mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-26 00:23:14 +01:00
Fix compile-time warnings. Adjust include in d-asm-i386.
This commit is contained in:
@@ -879,7 +879,7 @@ void Dsymbol::toObjFile(int multiobj)
|
||||
|
||||
/* ================================================================== */
|
||||
|
||||
void Declaration::toObjFile()
|
||||
void Declaration::toObjFile(int unused)
|
||||
{
|
||||
Logger::println("Ignoring Declaration::toObjFile for %s", toChars());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user