v4.0.3+5.2.0
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.