]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit - src/if-options.c
gcc: appease gcc-7's implicit fallthrough warning
authorRoy Marples <roy@marples.name>
Wed, 6 Feb 2019 19:39:00 +0000 (19:39 +0000)
committerRoy Marples <roy@marples.name>
Wed, 6 Feb 2019 19:39:00 +0000 (19:39 +0000)
commitd210717aae06367698d607408eab1877e906146d
tree75405855ea09abcfc266ca426bf8bf30f76eba0b
parent012755aa9c9d8916da88d164d91614b184a27dc5
gcc: appease gcc-7's implicit fallthrough warning

We now need to define __fallthrough for one part because
cpp strips comments from preprocessed code and I don't want to
enforce needing -C in CFLAGS to avoid this.
src/common.h
src/dhcp6.c
src/if-options.c
src/if.c