Skip to content

unity_internals: Update UNITY_PRINT_EXEC_TIME for older versions of clang#750

Merged
mvandervoord merged 1 commit into
ThrowTheSwitch:masterfrom
michael-dwan:fix/Issue-749_build_errors_in_older_clangs
Jul 3, 2026
Merged

unity_internals: Update UNITY_PRINT_EXEC_TIME for older versions of clang#750
mvandervoord merged 1 commit into
ThrowTheSwitch:masterfrom
michael-dwan:fix/Issue-749_build_errors_in_older_clangs

Conversation

@michael-dwan

Copy link
Copy Markdown
Contributor

Updates to prevent build errors from:

  • Wsign-conversion
  • Wextra-semi-stmt

Resolves #749

… Wextra-semi-stmt and Wsign-conversion errors.
@michael-dwan michael-dwan force-pushed the fix/Issue-749_build_errors_in_older_clangs branch from 15f5e20 to 5afafc4 Compare August 25, 2025 04:39
@michael-dwan

michael-dwan commented Aug 25, 2025

Copy link
Copy Markdown
Contributor Author

Rebased onto current master. Forgot I'd been working off a fork still.

@mvandervoord -- No rush/pressure, I'm fine using the fork, but, if there is anything I can add/change here to merge, I'll get right on it.

@mvandervoord mvandervoord merged commit be7005d into ThrowTheSwitch:master Jul 3, 2026
4 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in 1.0.n BugFix Releases Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Build errors on older clang versions (Wextra-semi-stmt, Wsign-conversion)

2 participants