| 419 | } |
| 420 | |
| 421 | void CheckIOImpl::seekOnAppendedFileError(const Token *tok) |
| 422 | { |
| 423 | reportError(tok, Severity::warning, |
| 424 | "seekOnAppendedFile", "Repositioning operation performed on a file opened in append mode has no effect.", CWE398, Certainty::normal); |
| 425 | } |
| 426 | |
| 427 | void CheckIOImpl::incompatibleFileOpenError(const Token *tok, const std::string &filename) |
| 428 | { |
no test coverage detected