git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Schindelin <johannes.schindelin@gmx.de>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: [PATCH 0/4] Fix compile warnings with MSys2's compiler
Date: Fri, 15 Jan 2016 14:24:19 +0100 (CET)	[thread overview]
Message-ID: <cover.1452864241.git.johannes.schindelin@gmx.de> (raw)

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

             reply	other threads:[~2016-01-15 13:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-15 13:24 Johannes Schindelin [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1452864241.git.johannes.schindelin@gmx.de \
    --to=johannes.schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).