March 20, 2012 [dmd-internals] [D-Programming-Language/dmd] c6d648: Fix util_assert() signature to match the headers | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/dmd-1.x Home: https://github.com/D-Programming-Language/dmd Commit: c6d648e01f18622cace0214def0bc7c5ab7ce1e2 https://github.com/D-Programming-Language/dmd/commit/c6d648e01f18622cace0214def0bc7c5ab7ce1e2 Author: Leandro Lucarella <leandro.lucarella@sociomantic.com> Date: 2012-03-20 (Tue, 20 Mar 2012) Changed paths: M src/util.c Log Message: ----------- Fix util_assert() signature to match the headers Right now the compiler can't be linked because util_assert() is reported to be missing, because the users of this function are using a different signature. Commit: 46a681bbc588b8b395a9cd7ba3293a8c73f1bbac https://github.com/D-Programming-Language/dmd/commit/46a681bbc588b8b395a9cd7ba3293a8c73f1bbac Author: Leandro Lucarella <leandro.lucarella@sociomantic.com> Date: 2012-03-20 (Tue, 20 Mar 2012) Changed paths: M src/lib.h Log Message: ----------- Fix warning about conversion from const char* to char* String literals are const char*, so is invalid to pass them to functions taking char* instead. Commit: 92ddefc450e52dddc086455228ab0ab1f94b9f76 https://github.com/D-Programming-Language/dmd/commit/92ddefc450e52dddc086455228ab0ab1f94b9f76 Author: Walter Bright <walter@walterbright.com> Date: 2012-03-20 (Tue, 20 Mar 2012) Changed paths: M src/lib.h M src/util.c Log Message: ----------- Merge pull request #819 from llucax/fix-compile Make DMD 1.x compile again Compare: https://github.com/D-Programming-Language/dmd/compare/2c4ff38...92ddefc |
Copyright © 1999-2021 by the D Language Foundation