mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	clang-tidy: apply performance-unnecessary-value-param check
See https://clang.llvm.org/extra/clang-tidy/checks/performance-unnecessary-value-param.html
This commit is contained in:
		| @@ -269,7 +269,7 @@ bool Nmea_Printer::Print_Nmea_Line(const std::shared_ptr<rtklib_solver>& pvt_dat | ||||
| } | ||||
|  | ||||
|  | ||||
| char Nmea_Printer::checkSum(std::string sentence) | ||||
| char Nmea_Printer::checkSum(const std::string& sentence) | ||||
| { | ||||
|     char check = 0; | ||||
|     // iterate over the string, XOR each byte with the total sum: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez