commit | 2ef9b1a3c4a303601ee475af13b4c13b3f6f286c | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniels@collabora.com> | Mon Mar 13 16:31:36 2017 +0000 |
committer | Daniel Stone <daniels@collabora.com> | Mon Mar 13 17:56:07 2017 +0000 |
tree | a00bbb51b7f4bba3562a0891dcd268a13f00cfcd | |
parent | 05df8c16ec8a9ac124691f85d7d89e0a973fea64 [diff] |
Fix 'implicit fallthrough' warning with new GCC GCC 7 now warns on case statements falling through without an explicit comment that falling through is OK. Insert some to make it happy. Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>