Opened 2 years ago
Last modified 2 years ago
#65585 closed defect
libgit2 @1.5.0: builds failing for 10.7: parameter '...' not found in function declaration — at Initial Version
Reported by: | mascguy (Christopher Nielsen) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | lion pending | Cc: | |
Port: | libgit2 |
Description
The following is seen both on our 10.7 buildbot, as well as locally:
In file included from libgit2/work/libgit2-1.5.0/tests/headertest/headertest.c:8: In file included from libgit2/work/libgit2-1.5.0/include/git2.h:11: In file included from libgit2/work/libgit2-1.5.0/include/git2/annotated_commit.h:10: libgit2/work/libgit2-1.5.0/include/git2/common.h:477:11: error: parameter '...' not found in the function declaration [-Werror,-Wdocumentation]
Blacklisting older Clangs takes care of it, but perhaps it would be preferable to make this a warning, rather than an error...?
Change History (1)
Changed 2 years ago by mascguy (Christopher Nielsen)
Attachment: | libgit2-build-10.7-error.log added |
---|
Note: See
TracTickets for help on using
tickets.