diff dmd/UnaExp.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 60bb0fe4563e
children e3afd1303184
line wrap: on
line diff
--- a/dmd/UnaExp.d	Wed Sep 15 03:58:55 2010 +0200
+++ b/dmd/UnaExp.d	Wed Sep 15 15:32:31 2010 +0200
@@ -86,7 +86,7 @@
 		return e1.canThrow();
 	}
 
-	Expression resolveLoc(Loc loc, Scope sc)
+	override Expression resolveLoc(Loc loc, Scope sc)
 	{
 		e1 = e1.resolveLoc(loc, sc);
 		return this;