diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-03-16 23:02:35 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-03-16 23:02:35 -0700 |
commit | 84f71cec2c55b4ae2fdb835bef60fcbcdc5b9ffd (patch) | |
tree | 4f6145d899cf8f13e237861a4e6c66d6e0a42725 /src/input/InputStream.cxx | |
parent | a5b136c420ad40579440a1970843067908c85f56 (diff) |
add two extra noreturn that clang picked up
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'src/input/InputStream.cxx')
-rw-r--r-- | src/input/InputStream.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/InputStream.cxx b/src/input/InputStream.cxx index 069078e70..c20b41fc6 100644 --- a/src/input/InputStream.cxx +++ b/src/input/InputStream.cxx @@ -68,6 +68,7 @@ InputStream::CheapSeeking() const noexcept return IsSeekable() && !ExpensiveSeeking(uri.c_str()); } +//[[noreturn]] void InputStream::Seek(std::unique_lock<Mutex> &, [[maybe_unused]] offset_type new_offset) { |