mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-18 07:44:57 +00:00
Avoid warning
This commit is contained in:
parent
a31f4fc7cc
commit
ac168cf274
@ -86,7 +86,7 @@ bool get_ad9361_stream_dev(struct iio_context *ctx, enum iodev d, struct iio_dev
|
||||
|
||||
|
||||
/* finds AD9361 streaming IIO channels */
|
||||
bool get_ad9361_stream_ch(struct iio_context *ctx, enum iodev d, struct iio_device *dev, int chid, struct iio_channel **chn)
|
||||
bool get_ad9361_stream_ch(struct iio_context *ctx __attribute__((unused)), enum iodev d, struct iio_device *dev, int chid, struct iio_channel **chn)
|
||||
{
|
||||
std::stringstream name;
|
||||
name.str("");
|
||||
|
Loading…
Reference in New Issue
Block a user