https://issues.dlang.org/show_bug.cgi?id=13899
--- Comment #2 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/e57d8c052bcd1351e136cd92325c3482c1921e0b fix Issue 13899 - Unwanted warning for pure opApply Add explicit cast(void) to discard return value of opApply. https://github.com/D-Programming-Language/dmd/commit/54e6cbd6b98a61c8b048a246dec917a2d31fa569 Merge pull request #4221 from 9rnsr/fix13899 Issue 13899 - Unwanted warning for pure opApply --
