diff options
author | Carlo Marcelo Arenas Belón <carenas@gmail.com> | 2021-09-03 10:02:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-09-03 11:40:30 -0700 |
commit | 27e0c3c6cfead8fccd16105be497dba7ccd0ec6b (patch) | |
tree | 0c4bc32b547a378cabe191196dbfe4232012dbbf /delta.h | |
parent | gettext: remove optional non-standard parens in N_() definition (diff) | |
download | tgif-27e0c3c6cfead8fccd16105be497dba7ccd0ec6b.tar.xz |
win32: allow building with pedantic mode enabled
In preparation to building with pedantic mode enabled, change a couple
of places where the current mingw gcc compiler provided with the SDK
reports issues.
A full fix for the incompatible use of (void *) to store function
pointers has been punted, with the minimal change to instead use a
generic function pointer (FARPROC), and therefore the (hopefully)
temporary need to disable incompatible pointer warnings.
Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'delta.h')
0 files changed, 0 insertions, 0 deletions