chiark / gitweb /
meson: "upgrade" -Wimplicit-fallthrough to 5
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 20 Nov 2017 13:23:40 +0000 (14:23 +0100)
committerSven Eden <yamakuzure@gmx.net>
Mon, 20 Nov 2017 13:23:40 +0000 (14:23 +0100)
commit4338cacfc7ba4ac9f16393394c74d53adb0436d0
treec1a5fb09fce68e85bdf1ecc507f3b844ae8c738b
parent03ba805e0d91929785ab1fb4c40f1c0c3a117374
meson: "upgrade" -Wimplicit-fallthrough to 5

5 means that only the explicit attribute introduced in previous commit
is accepted. We don't want the comments anymore.