Skip to content

Commit a2ba8cc

Browse files
Update std.cpp [skip ci]
1 parent 5e9bb36 commit a2ba8cc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/cfg/std.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,6 @@ void bufferAccessOutOfBounds_std_ofstream_write(std::ofstream &os, const char* s
586586
(void)os.write(s,n);
587587
}
588588

589-
// cppcheck-suppress constParameterReference // TODO: FP
590589
void bufferAccessOutOfBounds_std_ifstream_get(std::ifstream& in, std::streambuf& sb)
591590
{
592591
char cBuf[10];

0 commit comments

Comments
 (0)