comparison gen/toobj.cpp @ 751:dc8b8b7ea0c1

Fix compile-time warnings. Adjust include in d-asm-i386.
author Christian Kamm <kamm incasoftware de>
date Mon, 03 Nov 2008 12:35:29 +0100
parents 041c1596d217
children f04dde6e882c
comparison
equal deleted inserted replaced
750:d05fc504a3a0 751:dc8b8b7ea0c1
877 Logger::println("Ignoring Dsymbol::toObjFile for %s", toChars()); 877 Logger::println("Ignoring Dsymbol::toObjFile for %s", toChars());
878 } 878 }
879 879
880 /* ================================================================== */ 880 /* ================================================================== */
881 881
882 void Declaration::toObjFile() 882 void Declaration::toObjFile(int unused)
883 { 883 {
884 Logger::println("Ignoring Declaration::toObjFile for %s", toChars()); 884 Logger::println("Ignoring Declaration::toObjFile for %s", toChars());
885 } 885 }
886 886
887 /* ================================================================== */ 887 /* ================================================================== */