bodgit / sevenzip

Golang library for dealing with 7-zip archives
https://godoc.org/github.com/bodgit/sevenzip
BSD 3-Clause "New" or "Revised" License
177 stars 15 forks source link

warning: a function definition without a prototype is deprecated in all versions #217

Closed spectertian closed 5 months ago

spectertian commented 5 months ago

解压的时候提示 /Users/tian/go/pkg/mod/github.com/gen2brain/go-unarr@v0.1.2/unarrc/external/zlib/adler32.c:180:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]

spectertian commented 5 months ago

解带密码的提示 Failed to open file in archive: lzma: unsupported chunk header byte

bodgit commented 5 months ago

This isn't my library, there's no C code involved.