Address RDA/RPG Build 23.0 clang-tidy comments

This commit is contained in:
Dan Paulat 2025-05-17 15:44:41 -05:00
parent ade40806b6
commit 018052b78d
6 changed files with 8 additions and 8 deletions

View file

@ -42,7 +42,7 @@ bool RdaPrfData::Parse(std::istream& is)
bool messageValid = true;
std::size_t bytesRead = 0;
std::streampos isBegin = is.tellg();
const std::streampos isBegin = is.tellg();
is.read(reinterpret_cast<char*>(&p->numberOfWaveforms_), 2); // 1
is.seekg(2, std::ios_base::cur); // 2