diff dmd/StructDeclaration.d @ 154:14feb7ae01a6

* changed the build system to build a release version if the debug one compiles and enabled warnings + reduced warnings by adding appriopriate overrides + IfStatement.interpret() + ScopeStatement.interpret() + TypeSArray.constConv() + TypedefDeclaration.syntaxCopy() * fixed a bug in StringExp
author trass3r
date Wed, 15 Sep 2010 15:32:31 +0200
parents bc45b1c53019
children e7769d53e750
line wrap: on
line diff
--- a/dmd/StructDeclaration.d	Wed Sep 15 03:58:55 2010 +0200
+++ b/dmd/StructDeclaration.d	Wed Sep 15 15:32:31 2010 +0200
@@ -432,7 +432,7 @@
 		}
 	}
 	
-    Dsymbol search(Loc loc, Identifier ident, int flags)
+    override Dsymbol search(Loc loc, Identifier ident, int flags)
     {
         //printf("%s.StructDeclaration::search('%s')\n", toChars(), ident->toChars());