December 30, 2014 [dmd-internals] [D-Programming-Language/dmd] e57d8c: fix Issue 13899 - Unwanted warning for pure opAppl... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: e57d8c052bcd1351e136cd92325c3482c1921e0b https://github.com/D-Programming-Language/dmd/commit/e57d8c052bcd1351e136cd92325c3482c1921e0b Author: k-hara <k.hara.pg@gmail.com> Date: 2014-12-28 (Sun, 28 Dec 2014) Changed paths: M src/statement.c M test/compilable/warn3882.d Log Message: ----------- fix Issue 13899 - Unwanted warning for pure opApply Add explicit cast(void) to discard return value of opApply. Commit: 54e6cbd6b98a61c8b048a246dec917a2d31fa569 https://github.com/D-Programming-Language/dmd/commit/54e6cbd6b98a61c8b048a246dec917a2d31fa569 Author: Walter Bright <walter@walterbright.com> Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M src/statement.c M test/compilable/warn3882.d Log Message: ----------- Merge pull request #4221 from 9rnsr/fix13899 Issue 13899 - Unwanted warning for pure opApply Compare: https://github.com/D-Programming-Language/dmd/compare/4e21e5639fd2...54e6cbd6b98a |
Copyright © 1999-2021 by the D Language Foundation