Skip to content

v4.0.3+5.2.0

Compare
Choose a tag to compare
@SiegeLord SiegeLord released this 05 Jun 06:09
· 9 commits to master since this release
Mark asm nothrow @nogc to fix deprecation

Windows DMD 2.080 encourages to mark asm statements in nothrow @nogc
functions also with nothrow @nogc. This fixes a deprecation warning.
There was no compiler error.

Linux doesn't need this asm and thus Linux builds were always
warning-free.