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
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
It would be nice to have a clean build output. If possible, please fix these warnings:
/root/Arduino/libraries/TimerInterrupt/src/TimerInterrupt.h:249:5: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
volatile long getCount() __attribute__((always_inline))
^~~~~~~~
/root/Arduino/libraries/TimerInterrupt/src/TimerInterrupt.h:265:5: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
volatile long get_OCRValue() __attribute__((always_inline))
^~~~~~~~
/root/Arduino/libraries/TimerInterrupt/src/TimerInterrupt.h:270:5: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
volatile long get_OCRValueRemaining() __attribute__((always_inline))
^~~~~~~~
The text was updated successfully, but these errors were encountered:
It would be nice to have a clean build output. If possible, please fix these warnings:
The text was updated successfully, but these errors were encountered: