IDE 1.8.3 Gives compilation warnings for EEPROM.h #6534
Labels
Library: EEPROM
The EEPROM Arduino library
Type: Duplicate
Another item already exists for this topic
There are warnings in the EEPROM.h file provided with Arduino release. Should not the code be cleaned up so as not to produce warnings?
C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\EEPROM\src/EEPROM.h:43:30: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\EEPROM\src/EEPROM.h:92:26: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
The text was updated successfully, but these errors were encountered: