mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 20:50:33 +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 */
|
/* 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;
|
std::stringstream name;
|
||||||
name.str("");
|
name.str("");
|
||||||
|
Loading…
Reference in New Issue
Block a user