| commit | fe43dec2bf11bd0747ac1405acc442b7c097a995 | [log] [tgz] |
|---|---|---|
| author | Dmytro Shteflyuk <kpumuk@kpumuk.info> | Fri Feb 13 20:23:07 2026 -0500 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Fri Feb 20 00:16:36 2026 +0100 |
| tree | 6fed113c48092c1d57ee58d0d30447d3f71cbcd0 | |
| parent | 672124127246bd65c4dd41e5b215cdbe77bf1beb [diff] |
Fixed C++ cppcheck offenses
diff --git a/lib/cpp/test/TFileTransportTest.cpp b/lib/cpp/test/TFileTransportTest.cpp index c116fdc..81ab2cf 100644 --- a/lib/cpp/test/TFileTransportTest.cpp +++ b/lib/cpp/test/TFileTransportTest.cpp
@@ -67,8 +67,8 @@ FsyncLog() = default; void fsync(int fd) { - (void)fd; FsyncCall call; + call.fd = fd; THRIFT_GETTIMEOFDAY(&call.time, nullptr); calls_.push_back(call); }