commit: 04721ece03b15503aa220f60e7c6159d01ee75e1
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Tue Jun 19 20:32:10 2018 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Jun 19 20:32:10 2018 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=04721ece
start-stop-daemon: fix gcc 7 warnings
src/rc/start-stop-daemon.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c
index fceb3058..a04a00ec 100644
--- a/src/rc/start-stop-daemon.c
+++ b/src/rc/start-stop-daemon.c
@@ -386,6 +386,7 @@ int main(int argc, char **argv)
case 'c': /* --chuid <username>|<uid> */
/* DEPRECATED */
ewarn("WARNING: -c/--chuid is deprecated and will be
removed in the future, please use -u/--user instead");
+ /* falls through */
case 'u': /* --user <username>|<uid> */
{
p = optarg;