https://d.puremagic.com/issues/show_bug.cgi?id=8370
Saurabh Das <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Saurabh Das <[email protected]> 2014-04-08 11:23:17 PDT --- Similar error: echo ' import std.mmfile; ' > test.d dmd -c -de -release -inline -noboundscheck test.d /usr/include/dmd/phobos/std/mmfile.d(344): Deprecation: alias core.sys.posix.sys.mman.MAP_ANON is deprecated - Please use core.sys.linux.sys.mman for non-POSIX extensions Removing any of '-release', '-inline' or '-noboundscheck' allows the code to compile. [Using DMD64 D Compiler v2.065 on Linux] -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
