Skip to content

Commit b8d41db

Browse files
committed
Silence warnings
1 parent 7d5350c commit b8d41db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ystdlib/io_interface/ReaderInterface.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef YSTDLIB_IO_INTERFACE_READERINTERFACE_HPP
22
#define YSTDLIB_IO_INTERFACE_READERINTERFACE_HPP
33

4+
// TODO: https://github.com/y-scope/ystdlib-cpp/issues/50
5+
// NOLINTNEXTLINE(misc-include-cleaner)
46
#include <sys/types.h>
57

68
#include <cstddef>
@@ -76,6 +78,8 @@ class ReaderInterface {
7678
* Seeks from the current position to the next position by the given offset amount.
7779
* @param offset
7880
*/
81+
// TODO: https://github.com/y-scope/ystdlib-cpp/issues/50
82+
// NOLINTNEXTLINE(misc-include-cleaner)
7983
[[nodiscard]] virtual auto seek_from_current(off_t offset) -> ErrorCode = 0;
8084

8185
/**

0 commit comments

Comments
 (0)