diff gen/toobj.c @ 38:27b2f40bdb58 trunk

[svn r42] Disabled the extensive logging by default. Use the -vv flag to get it back. Fiddled a bit the the testing system. Added a very simple SDL graphics demo.
author lindquist
date Wed, 10 Oct 2007 06:16:48 +0200
parents 2841234d2aea
children 8b0e809563df
line wrap: on
line diff
--- a/gen/toobj.c	Wed Oct 10 03:38:24 2007 +0200
+++ b/gen/toobj.c	Wed Oct 10 06:16:48 2007 +0200
@@ -133,14 +133,14 @@
 
 void Dsymbol::toObjFile()
 {
-    warning("Ignoring Dsymbol::toObjFile for %s", toChars());
+    Logger::println("Ignoring Dsymbol::toObjFile for %s", toChars());
 }
 
 /* ================================================================== */
 
 void Declaration::toObjFile()
 {
-    warning("Ignoring Declaration::toObjFile for %s", toChars());
+    Logger::println("Ignoring Declaration::toObjFile for %s", toChars());
 }
 
 /* ================================================================== */
@@ -205,7 +205,7 @@
 
 void InterfaceDeclaration::toObjFile()
 {
-    warning("Ignoring InterfaceDeclaration::toObjFile for %s", toChars());
+    Logger::println("Ignoring InterfaceDeclaration::toObjFile for %s", toChars());
 }
 
 /* ================================================================== */
@@ -621,7 +621,7 @@
 
 void EnumDeclaration::toObjFile()
 {
-    warning("Ignoring EnumDeclaration::toObjFile for %s", toChars());
+    Logger::println("Ignoring EnumDeclaration::toObjFile for %s", toChars());
 }
 
 /* ================================================================== */