diff dmd/scope.c @ 215:a58d8f4b84df trunk

[svn r231] Changed: warnings are no longer treated as an error. Added some comments and cleaned up CallExp::toElem a tiny bit. Fixed: struct literals always reported inplace assignment even if they allocated a temporary. Fixed: passing stuff to a D-style vararg which did inplace assignment was generated suboptimal code.
author lindquist
date Tue, 03 Jun 2008 13:51:09 +0200
parents 5acec6b2eef8
children d4e95db0e62b
line wrap: on
line diff
--- a/dmd/scope.c	Fri May 30 19:32:56 2008 +0200
+++ b/dmd/scope.c	Tue Jun 03 13:51:09 2008 +0200
@@ -255,6 +255,7 @@
 		    sc->enclosing &&
 		    sc->enclosing->search(loc, ident, NULL))
 		{
+            // WTF ?
 		    if (global.params.warnings)
 			fprintf(stdmsg, "warning - ");
 		    error(s->loc, "array 'length' hides other 'length' name in outer scope");