1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-07 18:54:06 +00:00

Revert "clang-tidy: apply performance-unnecessary-value-param check"

This reverts commit eae967ed1a.
This commit is contained in:
Carles Fernandez
2019-02-12 12:07:40 +01:00
parent ef0da0a973
commit 111c6291ec
53 changed files with 118 additions and 126 deletions

View File

@@ -269,7 +269,7 @@ bool Nmea_Printer::Print_Nmea_Line(const std::shared_ptr<rtklib_solver>& pvt_dat
}
char Nmea_Printer::checkSum(const std::string& sentence)
char Nmea_Printer::checkSum(std::string sentence)
{
char check = 0;
// iterate over the string, XOR each byte with the total sum: