mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-30 23:03:05 +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
	 Carles Fernandez
					Carles Fernandez