warning: passing 'const Bounce2::Button' as 'this' argument discards qualifiers [-fpermissive]
I suspect the only reason this isn't a bigger issue is the default use of "-fpermissive"
It's causing a warning for me in the compiler:
`warning: passing 'const Bounce2::Button' as 'this' argument discards qualifiers [-fpermissive]`
I suspect the only reason this isn't a bigger issue is the default use of "-fpermissive"
Hum, I do not understand. Could you elaborate? Mores specifically, I do not understand the relation between the title of the issue and your description.
Hum, I do not understand. Could you elaborate? Mores specifically, I do not understand the relation between the title of the issue and your description.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
It's causing a warning for me in the compiler:
warning: passing 'const Bounce2::Button' as 'this' argument discards qualifiers [-fpermissive]I suspect the only reason this isn't a bigger issue is the default use of "-fpermissive"
Hum, I do not understand. Could you elaborate? Mores specifically, I do not understand the relation between the title of the issue and your description.
The library needs a bit of const-correctness love. If you need I can create a pull request showing what I mean
Sure.
Pull request made: #78
Was merged. Thank you.
Glad I could help :)