comparison dmd/expression.c @ 794:661384d6a936

Fix warnings on x86-64. By fvbommel.
author Christian Kamm <kamm incasoftware de>
date Fri, 28 Nov 2008 21:24:08 +0100
parents ef7fe998f9b3
children 783f67fbdf4a
comparison
equal deleted inserted replaced
793:f6dd817060fc 794:661384d6a936
4862 { error("file %s cannot be found, check -Jpath", se->toChars()); 4862 { error("file %s cannot be found, check -Jpath", se->toChars());
4863 goto Lerror; 4863 goto Lerror;
4864 } 4864 }
4865 4865
4866 if (global.params.verbose) 4866 if (global.params.verbose)
4867 printf("file %s\t(%s)\n", se->string, name); 4867 printf("file %s\t(%s)\n", (char*)se->string, name);
4868 4868
4869 { File f(name); 4869 { File f(name);
4870 if (f.read()) 4870 if (f.read())
4871 { error("cannot read file %s", f.toChars()); 4871 { error("cannot read file %s", f.toChars());
4872 goto Lerror; 4872 goto Lerror;