From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage-utils:master commit in: /, libq/
Date: Fri, 18 May 2018 16:58:07 +0000 (UTC) [thread overview]
Message-ID: <1526658702.c144d46a11bbac0dff31ca4278c65502da5f4b1b.grobian@gentoo> (raw)
commit: c144d46a11bbac0dff31ca4278c65502da5f4b1b
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri May 18 15:51:42 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri May 18 15:51:42 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=c144d46a
add fall through comments for gcc-7
libq/vdb.c | 1 +
qlist.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/libq/vdb.c b/libq/vdb.c
index 85f061a..fa4f6ce 100644
--- a/libq/vdb.c
+++ b/libq/vdb.c
@@ -103,6 +103,7 @@ q_vdb_filter_cat(const struct dirent *de)
case '-':
if (i)
break;
+ /* fall through */
default:
return 0;
}
diff --git a/qlist.c b/qlist.c
index 4d3a4e0..a332acc 100644
--- a/qlist.c
+++ b/qlist.c
@@ -389,7 +389,7 @@ int qlist_main(int argc, char **argv)
while ((i = GETOPT_LONG(QLIST, qlist, "")) != -1) {
switch (i) {
COMMON_GETOPTS_CASES(qlist)
- case 'a': state.all = true;
+ case 'a': state.all = true; /* fall through */
case 'I': state.just_pkgname = true; break;
case 'S': state.just_pkgname = true; ++state.show_slots; break;
case 'R': state.just_pkgname = state.show_repo = true; break;
next reply other threads:[~2018-05-18 16:58 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-18 16:58 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-02 7:57 [gentoo-commits] proj/portage-utils:master commit in: /, libq/ Fabian Groffen
2020-05-16 18:27 Fabian Groffen
2020-01-05 16:08 Fabian Groffen
2020-01-04 19:48 Fabian Groffen
2020-01-01 17:54 Fabian Groffen
2019-11-15 13:52 Fabian Groffen
2019-07-14 13:09 Fabian Groffen
2019-05-07 6:19 Fabian Groffen
2019-05-06 17:33 Fabian Groffen
2019-05-02 15:48 Fabian Groffen
2016-12-29 2:25 Mike Frysinger
2016-12-29 2:25 Mike Frysinger
2016-02-14 1:26 Mike Frysinger
2016-02-14 1:26 Mike Frysinger
2015-11-28 2:44 Mike Frysinger
2015-11-28 2:44 Mike Frysinger
2015-02-24 1:26 Mike Frysinger
2014-03-21 5:32 Mike Frysinger
2014-03-10 8:45 Mike Frysinger
2014-03-10 6:00 Mike Frysinger
2014-03-08 5:51 Mike Frysinger
2014-03-08 5:51 Mike Frysinger
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=1526658702.c144d46a11bbac0dff31ca4278c65502da5f4b1b.grobian@gentoo \
--to=grobian@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/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