ArduinoCore-samd/libraries
Henry Gabryjelski e1e7b37ff3 Disable -Wimplicit-fallthrough for these two files.
These two files contain code with multiple switch statements,
where one case "fall through" to the next case.
As it's not currently clear if this is intentional or not,
rather than modifying the code in any way (regression risk),
use GCC diagnostic pragmas to disable this warning for
only these two files, with BUGBUG marking to encourage
review by someone more familiar with this code.
2020-01-17 01:16:20 -08:00
..
Adafruit_ZeroDMA Avoid compiler warning for unused parameter 2020-01-17 01:16:20 -08:00
CI_Tests/examples add math linker test! 2020-01-06 23:34:20 -05:00
HID Update HID API 2015-11-03 15:21:58 +01:00
I2S add skip file 2020-01-02 17:08:26 +07:00
SAMD_AnalogCorrection DM: add copyrights 2018-08-30 15:12:51 -04:00
SDU build most of adafruit samd boards 2020-01-02 17:03:44 +07:00
Servo Avoid unused parameter compiler warnings 2020-01-17 01:16:20 -08:00
SPI avoid warnings on unused parameter 2020-01-17 01:16:20 -08:00
USBHost Disable -Wimplicit-fallthrough for these two files. 2020-01-17 01:16:20 -08:00
Wire remove 'unused parameter' compiler warning 2020-01-17 01:16:20 -08:00