http://d.puremagic.com/issues/show_bug.cgi?id=2463
Summary: No line number in "statement is not reachable" warning
Product: D
Version: 1.036
Platform: PC
OS/Version: Windows
Status: NEW
Severity: minor
Priority: P3
Component: DMD
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
dmd test.d -w
warning - Error: statement is not reachable
=== test.d ===
void foo()
{
assert(0);
return 0;
}
--
