[Issue 2212] phobos itself should be able to be compiled with '-w' switch
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jul 11 21:22:29 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2212
------- Comment #1 from someanon at yahoo.com 2008-07-11 23:22 -------
v2.017:
warning - /dmd/bin/../bin/../src/phobos/std/file.d(1064): Error: implicit
conversion of expression (fta / 1000L) of type long to int can cause loss of
data
warning - /dmd/bin/../bin/../src/phobos/std/file.d(1065): Error: implicit
conversion of expression (cast(long)(cast(double)fta / 1000 * 1e+06) %
1000000L) of type long to int can cause loss of data
warning - /dmd/bin/../bin/../src/phobos/std/file.d(1067): Error: implicit
conversion of expression (ftm / 1000L) of type long to int can cause loss of
data
warning - /dmd/bin/../bin/../src/phobos/std/file.d(1068): Error: implicit
conversion of expression (cast(long)(cast(double)ftm / 1000 * 1e+06) %
1000000L) of type long to int can cause loss of data
--
More information about the Digitalmars-d-bugs
mailing list