git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: git@vger.kernel.org
Cc: "Junio C Hamano" <gitster@pobox.com>,
	"Elijah Newren" <newren@gmail.com>,
	"Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Subject: [PATCH 0/2] Make v2.30.0-rc0 compile on SunCC
Date: Wed, 16 Dec 2020 00:50:25 +0100	[thread overview]
Message-ID: <20201215235027.10401-1-avarab@gmail.com> (raw)
In-Reply-To: <xmqq7dpkdup6.fsf@gitster.c.googlers.com>

The first patch is needed for $subject, I figured I'd let 2/2 tag
along, but as it itself notes it's just one of numerous warnings SunCC
emits on our sources. Seems sensible to fix while we're at it though.

Ævar Arnfjörð Bjarmason (2):
  strmap: do not "return" in a void function
  style: do not "break" in switch() after "return"

 apply.c               | 2 --
 builtin/fast-export.c | 1 -
 strmap.h              | 4 ++--
 3 files changed, 2 insertions(+), 5 deletions(-)

-- 
2.29.2.222.g5d2a92d10f8


  reply	other threads:[~2020-12-16  0:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-14 20:00 [ANNOUNCE] Git v2.30.0-rc0 Junio C Hamano
2020-12-15 23:50 ` Ævar Arnfjörð Bjarmason [this message]
2020-12-15 23:50 ` [PATCH 1/2] strmap: do not "return" in a void function Ævar Arnfjörð Bjarmason
2020-12-16  0:24   ` Junio C Hamano
2020-12-15 23:50 ` [PATCH 2/2] style: do not "break" in switch() after "return" Ævar Arnfjörð Bjarmason
2020-12-16  0:30   ` Junio C Hamano
2020-12-16  0:35     ` Junio C Hamano

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=20201215235027.10401-1-avarab@gmail.com \
    --to=avarab@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=newren@gmail.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).