mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 01:39:05 -05:00
DAB demod: fixed compilation warning
This commit is contained in:
parent
a5796c7116
commit
c6e8089f2d
@ -277,6 +277,7 @@ void programQualityHandler(int16_t frames, int16_t rs, int16_t aac, void *ctx)
|
||||
void motDataHandler(std::string data, int a, void *ctx)
|
||||
{
|
||||
(void)data;
|
||||
(void)a;
|
||||
(void)ctx;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user