diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-01-12 03:11:40 +0200 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-02-03 21:09:35 +0800 |
commit | d3e833ca1d2abda54648494c33aca73a40a47efe (patch) | |
tree | a5edec646c8efdfa51a3b3987537420e65b5e68b /src/liblzma/check | |
parent | Tests: test_lzip_decoder: Remove trailing white-space. (diff) | |
download | xz-d3e833ca1d2abda54648494c33aca73a40a47efe.tar.xz |
Fix warnings from clang -Wdocumentation.
Diffstat (limited to 'src/liblzma/check')
-rw-r--r-- | src/liblzma/check/check.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/liblzma/check/check.h b/src/liblzma/check/check.h index 3007d889..783627bd 100644 --- a/src/liblzma/check/check.h +++ b/src/liblzma/check/check.h @@ -108,10 +108,6 @@ extern const uint64_t lzma_crc64_table[4][256]; /// \brief Initialize *check depending on type -/// -/// \return LZMA_OK on success. LZMA_UNSUPPORTED_CHECK if the type is not -/// supported by the current version or build of liblzma. -/// LZMA_PROG_ERROR if type > LZMA_CHECK_ID_MAX. extern void lzma_check_init(lzma_check_state *check, lzma_check type); /// Update the check state |