mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-10-30 06:52:58 +00:00
Fix clang warning: equality comparison with extraneous parentheses
This commit is contained in:
@@ -392,7 +392,7 @@ void Ad9361FpgaSignalSource::run_DMA_process(const std::string &FreqBand, const
|
||||
//**************************************************************************
|
||||
int nsamples = 0;
|
||||
|
||||
while ((file_completed == 0))
|
||||
while (file_completed == 0)
|
||||
{
|
||||
unsigned int dma_index = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user