You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/jfoster/code/Arduino/Time/src/DateStrings.cpp:72:29: warning: ISO C++ does not allow indirection on operand of type 'const void *' [-Wvoid-ptr-dereference]
strcpy_P(buffer, (PGM_P)pgm_read_ptr(&(monthNames_P[month])));
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jfoster/code/Arduino/Time/vendor/bundle/ruby/2.6.0/gems/arduino_ci-0.3.0/cpp/arduino/avr/pgmspace.h:49:40: note: expanded from macro 'pgm_read_ptr'
#define pgm_read_ptr(address_short) pgm_read_ptr_near(address_short)
^
/Users/jfoster/code/Arduino/Time/vendor/bundle/ruby/2.6.0/gems/arduino_ci-0.3.0/cpp/arduino/avr/pgmspace.h:37:45: note: expanded from macro 'pgm_read_ptr_near'
#define pgm_read_ptr_near(address_short) (* (const void *) (address_short) )
^
/Users/jfoster/code/Arduino/Time/vendor/bundle/ruby/2.6.0/gems/arduino_ci-0.3.0/cpp/arduino/avr/pgmspace.h:84:32: note: expanded from macro 'strcpy_P'
#define strcpy_P(...) ::strcpy(__VA_ARGS__)
^~~~~~~~~~~
From the top of cpp/arduino/arv/pgmspace.h:37 it appears that this file was generated from 1.8.5 and I have 1.8.13. It might be time to regenerate to file?
The text was updated successfully, but these errors were encountered:
System
Warning
From the top of
cpp/arduino/arv/pgmspace.h:37
it appears that this file was generated from 1.8.5 and I have 1.8.13. It might be time to regenerate to file?The text was updated successfully, but these errors were encountered: