diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-09-30 02:55:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-04 07:35:31 +0900 |
commit | dbcd970c27ba42ab09073211f858b1a89c7f8300 (patch) | |
tree | 09149afddd4594195a81d8ed1d090ea730d2e9df /builtin/am.c | |
parent | .gitignore: stop ignoring `.manifest` files (diff) | |
download | tgif-dbcd970c27ba42ab09073211f858b1a89c7f8300.tar.xz |
push: do not pretend to return `int` from `die_push_simple()`
This function is marked as `NORETURN`, and it indeed does not want to
return anything. So let's not declare it with the return type `int`.
This fixes the following warning when building with MSVC:
C4646: function declared with 'noreturn' has non-void return type
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/am.c')
0 files changed, 0 insertions, 0 deletions