Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use correct type of the ninth parameter of git_commit_create() #1324

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

mcepl
Copy link
Contributor

@mcepl mcepl commented Nov 5, 2024

It should be const git_commit **, not git_commit **.

Breaks the build with GCC-14.

Complete build log showing packages used and steps taken which lead to FTBFS.

It should be `const git_commit **`, not `git_commit **`.

Breaks the build with GCC-14.
@jdavid jdavid merged commit eba710e into libgit2:master Nov 5, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants