June 19, 2006 [Issue 208] New: Warning when compiling with "-release -w -inline" with import std.format; | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=208 Summary: Warning when compiling with "-release -w -inline" with import std.format; Product: D Version: 0.160 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: ary@esperanto.org.ar I don't know if this is a bug, but compiling a program as simple as: File main.d, compiled with dmd -release -w -inline main.d ---------------------- import std.format; int main() { return 0; } ---------------------- gives the following warning: warning - F:\ary\programacion\d\dmd\bin\..\src\phobos\std\format.d(689): implici t conversion of expression ((va_arg)((argptr))) of type long to ulong can cause loss of data If either of "-inline" or "-release" is not specified, the warning is not issued. -- |
June 19, 2006 [Issue 208] Warning when compiling with "-release -w -inline" with import std.format; | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=208 deewiant@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Comment #1 from deewiant@gmail.com 2006-06-19 03:22 ------- *** This bug has been marked as a duplicate of 120 *** -- |
Copyright © 1999-2021 by the D Language Foundation