mingw: let the build succeed with DEVELOPER=1
commit0767172b9068b225c06fd7ce66422e5936ec60a2
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 18 Jun 2016 12:38:36 +0000 (18 14:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Jun 2016 19:12:12 +0000 (20 12:12 -0700)
tree38f52511ff89070c4bd9f1513cffe31ed5aec057
parent0b65a8dbdb38962e700ee16776a3042beb489060
mingw: let the build succeed with DEVELOPER=1

The recently introduced developer flags identified a couple of
old-style function declarations in the Windows-specific code where
the parameter list was left empty instead of specifying "void"
explicitly. Let's just fix them.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/mingw.c
compat/mingw.h
compat/winansi.c