0xPIT / encoder

Atmel AVR C++ RotaryEncoder Implementation
309 stars 162 forks source link

solve [-wreorder] GCC warnings (Constructor initializer list) #34

Closed Schallbert closed 4 years ago

Schallbert commented 4 years ago

Hi,

I have created a branch where I solved the -wreorder warnings due to intializer list and variable definition order variations between source and header files. Review should take <5min. Couldn't push to remote due to permission restrictions. Would like to setup a pull request. Thanks.

gdbdzgd commented 4 years ago

@Schallbert this project seems lost the owner's support . i have the same wreorder issue, can u share your code? or fork the project to your zone.

Schallbert commented 4 years ago

Forked and fixed.