diff options
author | René Scharfe <l.s.r@web.de> | 2014-08-16 13:16:56 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-08-18 09:36:56 -0700 |
commit | 8687f7776de7b7a266690af070f1674aecdbfb78 (patch) | |
tree | 411d404342a95d760f66a70dd5ae05e5d00cba0e /t/t7301-clean-interactive.sh | |
parent | git-clean: use a git-add-interactive compatible UI (diff) | |
download | tgif-8687f7776de7b7a266690af070f1674aecdbfb78.tar.xz |
clean: use f(void) instead of f() to declare a pointer to a function without arguments
Explicitly state that menu_item functions like clean_cmd don't take
any arguments by using void instead of an empty parameter list.
Found using gcc -Wstrict-prototypes.
Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7301-clean-interactive.sh')
0 files changed, 0 insertions, 0 deletions