1
0
mirror of https://git.tukaani.org/xz.git synced 2025-03-12 03:20:53 +00:00
xz/src/liblzma
Jia Tan 17f8844e6f liblzma: Remove non-portable empty initializer.
Commit 78704f36e74205857c898a351c757719a6c8b666 added an empty
initializer {} to prevent a warning. The empty initializer is a GNU
extension and results in a build failure on MSVC. The -wpedantic flag
warns about empty initializers.
2023-07-08 21:24:19 +08:00
..