https://d.puremagic.com/issues/show_bug.cgi?id=3882



--- Comment #23 from bearophile_h...@eml.cc 2014-03-09 12:47:48 PDT ---
Perhaps I am missing something, but I am not seeing a warning with this code:


int foo(int x) pure nothrow {
    return x - 1;
}
void main() {
    foo(5);
}

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to