Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Warnings could be addressed #8

Closed
Django0 opened this issue Dec 19, 2020 · 1 comment
Closed

Warnings could be addressed #8

Django0 opened this issue Dec 19, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@Django0
Copy link
Contributor

Django0 commented Dec 19, 2020

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))
     ^~~~~~~~
@khoih-prog
Copy link
Owner

Done by merging this PR Fixed warnings from cppcheck (platformio) and -Wall arduino-cli from you.

Thanks,

@khoih-prog khoih-prog added the enhancement New feature or request label Apr 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants