Files
git/builtin
Johannes Schindelin 0a8bdb7185 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>
2019-04-10 14:11:26 +02:00
..
2019-02-06 22:05:23 -08:00
2019-02-06 22:05:24 -08:00
2019-02-24 21:42:57 +01:00
2019-01-29 12:47:54 -08:00
2019-02-06 22:05:28 -08:00
2018-10-19 13:34:02 +09:00
2019-02-06 22:05:23 -08:00
2019-02-06 22:05:23 -08:00
2018-10-26 14:22:13 +09:00
2019-02-06 22:05:23 -08:00
2019-02-06 22:05:28 -08:00
2018-10-19 13:34:02 +09:00
2019-01-04 13:33:33 -08:00
2018-03-15 12:01:08 -07:00