Radio
Radio copied to clipboard
declaration typedef struct AUDIO_INFO
\libraries\Radio-master\src/radio.h:128:1: warning: 'typedef' was ignored in this declaration
typedef struct AUDIO_INFO {
^~~~~~~
How to get around this warning?
Hi It's a problem with typedef syntaxe the right is "typedef struct { ....} typename;" then in the code the rigth is typedef struct { ...} AUDIO_INFO;
was fixed in 3.0.0