mathertel / Radio

An Arduino library to control FM radio chips like SI4703, SI4705, RDA5807M, TEA5767.
http://mathertel.github.io/Radio
BSD 3-Clause "New" or "Revised" License
297 stars 89 forks source link

declaration typedef struct AUDIO_INFO #42

Closed fungreenfox closed 1 year ago

fungreenfox commented 4 years ago

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

Galaadan commented 1 year ago

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;

mathertel commented 1 year ago

was fixed in 3.0.0