Radio icon indicating copy to clipboard operation
Radio copied to clipboard

declaration typedef struct AUDIO_INFO

Open fungreenfox opened this issue 4 years ago • 1 comments

\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?

fungreenfox avatar May 30 '20 09:05 fungreenfox

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;

Galaadan avatar Jul 29 '22 14:07 Galaadan

was fixed in 3.0.0

mathertel avatar Feb 06 '23 18:02 mathertel