DIGImend / digimend-kernel-drivers

DIGImend graphics tablet drivers for the Linux kernel
GNU General Public License v2.0
1.16k stars 172 forks source link

Use attributes instead of comments for fallthrough #670

Open rlalik opened 8 months ago

rlalik commented 8 months ago

New linux kernel enforces -Wimplicit-fallthrough=5 which does not accept comments any more: https://developers.redhat.com/blog/2017/03/10/wimplicit-fallthrough-in-gcc-7 This fix introduces attributes for new kernels.

This follows up #616