diff options
Diffstat (limited to 'src/storage/plugins/CurlStorage.cxx')
-rw-r--r-- | src/storage/plugins/CurlStorage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/plugins/CurlStorage.cxx b/src/storage/plugins/CurlStorage.cxx index 4c44d3faa..a45f7369b 100644 --- a/src/storage/plugins/CurlStorage.cxx +++ b/src/storage/plugins/CurlStorage.cxx @@ -169,7 +169,7 @@ struct DavResponse { std::chrono::system_clock::time_point::min(); uint64_t length = 0; - bool Check() const { + [[nodiscard]] bool Check() const { return !href.empty(); } }; |