The typedef keyword is unwanted in this context (we are not naming a new type), so compiler generates a warning. Removing typedef makes compiler happy.
P.S. Thank you so much for this library, @jrullan! I was going to write something similar for a project and your code saved me quite a few hours of work!
The
typedef
keyword is unwanted in this context (we are not naming a new type), so compiler generates a warning. Removing typedef makes compiler happy.P.S. Thank you so much for this library, @jrullan! I was going to write something similar for a project and your code saved me quite a few hours of work!