diff dmd/cast.c @ 1133:eeb8b95ea92e

Cleanup DMD 1.041 merge.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Mon, 23 Mar 2009 20:26:33 +0100
parents b30fe7e1dbb9
children e961851fb8be
line wrap: on
line diff
--- a/dmd/cast.c	Mon Mar 23 14:47:51 2009 +0100
+++ b/dmd/cast.c	Mon Mar 23 20:26:33 2009 +0100
@@ -55,8 +55,8 @@
 	    }
 	    else
 	    {
-		warning("%s: implicit conversion of expression (%s) of type %s to %s can cause loss of data",
-		    loc.toChars(), toChars(), type->toChars(), t->toChars());
+		warning("implicit conversion of expression (%s) of type %s to %s can cause loss of data",
+		    toChars(), type->toChars(), t->toChars());
 	    }
 	}
 #if DMDV2