Open
Description
Sign/Unsigned comparison warning on line 791
for (int n = 0; n < _initData->additionalCommandsLength; n++) {
RDMINIT.additionalCommandsLength
is declared as uint16_t
Simple fix is to replace int n
by uint16_t n
.
This is the last remaining Compiler warning in DMXSerial itself. The warnings from EEPROM.h have been fixed in ArduinoCors-Avr/Libraries/EEPROM.h but not yet released!
Metadata
Metadata
Assignees
Labels
No labels
Activity