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

Warnings could be addressed #8

Closed
@Django0

Description

@Django0

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))
     ^~~~~~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions