Merge branch 'maint'
* maint: msvc: Fix some compiler warnings Documentation: grep: fix asciidoc problem with -- msvc: Fix some "expr evaluates to function" compiler warnings
This commit is contained in:
@ -313,7 +313,7 @@ int commit_notes(struct notes_tree *t, const char *msg)
|
||||
return 0;
|
||||
}
|
||||
|
||||
combine_notes_fn *parse_combine_notes_fn(const char *v)
|
||||
combine_notes_fn parse_combine_notes_fn(const char *v)
|
||||
{
|
||||
if (!strcasecmp(v, "overwrite"))
|
||||
return combine_notes_overwrite;
|
||||
|
Reference in New Issue
Block a user