]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
elfutils: Use fallthrough attribute
authorJoshua Watt <jpewhacker@gmail.com>
Mon, 12 Feb 2018 16:52:12 +0000 (10:52 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Feb 2018 18:05:38 +0000 (18:05 +0000)
commit84bcd1fd580b43919c4b517ea3f004ebe350e5ea
tree72fb501f8d48140244a37f640082165b331533a5
parenta1304721b56101899ea5b9aa8df392bb5db721be
elfutils: Use fallthrough attribute

Patches elfutils to use the fallthrough attribute instead of comments to
satisfy the -Wimplicit-fallthrough warning. Using comments is
insufficient when compiling remotely with Icecream because the file gets
pre-processed locally, removing the comments

(From OE-Core rev: cd44cee91b5b17ddf617950d84513d481ab34f58)

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/elfutils/elfutils_0.170.bb
meta/recipes-devtools/elfutils/files/0001-Use-fallthrough-attribute.patch [new file with mode: 0644]
meta/recipes-devtools/elfutils/files/debian/fallthrough.patch [deleted file]