July 19, 2013 [dmd-internals] [D-Programming-Language/dmd] ba1970: Explicitly type result of CondExp as a const char ... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: ba1970be0aeaeaae7f93d68dd4e018d8c9f21be7 https://github.com/D-Programming-Language/dmd/commit/ba1970be0aeaeaae7f93d68dd4e018d8c9f21be7 Author: Daniel Murphy <yebblies@gmail.com> Date: 2013-07-19 (Fri, 19 Jul 2013) Changed paths: M src/expression.c Log Message: ----------- Explicitly type result of CondExp as a const char * to avoid passing an array to a c varargs function Commit: 3ea68ad0569a91024709a4f536f6c2078f249e7e https://github.com/D-Programming-Language/dmd/commit/3ea68ad0569a91024709a4f536f6c2078f249e7e Author: Andrej Mitrovic <andrej.mitrovich@gmail.com> Date: 2013-07-19 (Fri, 19 Jul 2013) Changed paths: M src/expression.c Log Message: ----------- Merge pull request #2365 from yebblies/variadicstring [DDMD] Explicitly type result of CondExp as a const char * to avoid passing an array to a c varargs function Compare: https://github.com/D-Programming-Language/dmd/compare/fd8ab00a6b9d...3ea68ad0569a |
Copyright © 1999-2021 by the D Language Foundation