Jeff King writes:
> I had always just assumed that -Wstrict-prototypes was part of -Wall,
> but it is not (nor even part of -Wextra!). Maybe it is time to add it to
> your integration-build flags. :)
Yup, I had -Wold-style-definition but not -Wstrict-prototypes in the
mix. Thanks for spotting.
On Mon, Nov 10, 2014 at 02:43:10PM -0800, Junio C Hamano wrote:
> > Explicitly declare that git_atexit_dispatch() and git_atexit_clear()
> > take no parameters instead of leaving their parameter list empty and
> > thus unspecified.
> [...]
>
> I was kind of surprised after running a git blame to
René Scharfe writes:
> Explicitly declare that git_atexit_dispatch() and git_atexit_clear()
> take no parameters instead of leaving their parameter list empty and
> thus unspecified.
>
> Signed-off-by: Rene Scharfe
> ---
Thanks.
I was kind of surprised after running a git blame to find that th
3 matches
Mail list logo