git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix compile warnings with MSys2's compiler
@ 2016-01-15 13:24 Johannes Schindelin
  2016-01-15 13:24 ` [PATCH 1/4] mingw: avoid redefining S_* constants Johannes Schindelin
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Johannes Schindelin @ 2016-01-15 13:24 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

This is the second batch of Windows-specific patches from the Git for
Windows project. Naturally, it is based on the first batch of patches
that fixed the compile errors.

Please note that this series does the *minimal* job of fixing the
compile warnings. Don't try to run the tests, they will still fail. You
have been warned.


Johannes Schindelin (4):
  mingw: avoid redefining S_* constants
  mingw: avoid warnings when casting HANDLEs to int
  mingw: squash another warning about a cast
  mingw: uglify (a, 0) definitions to shut up warnings

 compat/mingw.c              | 9 ++++++---
 compat/mingw.h              | 4 ++++
 compat/nedmalloc/malloc.c.h | 3 ++-
 compat/poll/poll.c          | 2 +-
 compat/win32/pthread.h      | 7 +++++--
 compat/winansi.c            | 3 ++-
 6 files changed, 20 insertions(+), 8 deletions(-)

-- 
2.7.0.windows.1.7.g55a05c8

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-01-16 17:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-15 13:24 [PATCH 0/4] Fix compile warnings with MSys2's compiler Johannes Schindelin
2016-01-15 13:24 ` [PATCH 1/4] mingw: avoid redefining S_* constants Johannes Schindelin
2016-01-15 13:24 ` [PATCH 2/4] mingw: avoid warnings when casting HANDLEs to int Johannes Schindelin
2016-01-15 13:24 ` [PATCH 3/4] mingw: squash another warning about a cast Johannes Schindelin
2016-01-15 13:24 ` [PATCH 4/4] mingw: uglify (a, 0) definitions to shut up warnings Johannes Schindelin
2016-01-15 23:09 ` [PATCH 0/4] Fix compile warnings with MSys2's compiler Junio C Hamano
2016-01-16 17:00   ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).