keyboardio / Kaleidoscope-Bundle-Keyboardio

A Kaleidoscope distribution for the Keyboardio Model 01 and other keyboards.
Other
17 stars 24 forks source link

avr/platform.txt: Add -Wimplicit-fallthrough=3 to the C compiler flags #34

Closed algernon closed 4 years ago

algernon commented 4 years ago

We need this option so that GCC will recognise the comments placed in certain C files that signal an explicit fallthrough. Without this, it will ignore comments and warn on them.