1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-31 11:19:18 +00:00

Silence clang-tidy check

This commit is contained in:
Carles Fernandez 2021-02-24 11:59:42 +01:00
parent dd60bcf986
commit 38a7db4740
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -311,7 +311,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_
case 7:
block_ = std::string("IIR-M"); // Plane A
break;
case 8:
case 8: // NOLINT(bugprone-branch-clone)
block_ = std::string("IIF"); // Plane C
break;
case 9:
@ -344,7 +344,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_
case 18:
block_ = std::string("III"); // Plane D
break;
case 19:
case 19: // NOLINT(bugprone-branch-clone)
block_ = std::string("IIR"); // Plane D
break;
case 20:
@ -359,7 +359,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_
case 23:
block_ = std::string("III"); // Plane E
break;
case 24:
case 24: // NOLINT(bugprone-branch-clone)
block_ = std::string("IIF"); // Plane A
break;
case 25:
@ -507,7 +507,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_
case 123:
block_ = std::string("EGNOS"); // EGNOS Operational Platform. Astra 5B
break;
case 131:
case 131: // NOLINT(bugprone-branch-clone)
block_ = std::string("WAAS"); // WAAS Eutelsat 117 West B
break;
case 135: