xz/src/liblzma
Jia Tan 0184d344fa liblzma: Suppress -Wunused-function warning.
Clang 16.0.0 and earlier have a bug that the ifunc resolver function
triggers the -Wunused-function warning. The resolver function is static
and only "used" by the __attribute__((__ifunc()__)).

At this time, the bug is still unresolved, but has been reported:
https://github.com/llvm/llvm-project/issues/63957

This is not a problem in GCC.
2023-07-19 23:36:00 +08:00
..
api liblzma: Reword lzma_str_list_filters() documentation. 2023-07-18 22:57:58 +08:00
check liblzma: Suppress -Wunused-function warning. 2023-07-19 23:36:00 +08:00
common liblzma: Improve comment in string_conversion.c. 2023-07-18 22:56:47 +08:00
delta liblzma: Avoid null pointer + 0 (undefined behavior in C). 2023-02-23 20:41:22 +02:00
lz liblzma: Creates IS_ENC_DICT_SIZE_VALID() macro. 2023-05-11 22:28:45 +08:00
lzma liblzma: Exports lzma_mt_block_size() as an API function. 2023-05-11 23:54:44 +08:00
rangecoder liblzma: Fix uint64_t vs. size_t confusion. 2022-02-06 23:19:32 +02:00
simple liblzma: Avoid null pointer + 0 (undefined behavior in C). 2023-02-23 20:41:22 +02:00
Makefile.am Bump version and soname for 5.5.0alpha. 2023-01-02 17:20:47 +02:00
liblzma.pc.in liblzma: Fix Libs.private in liblzma.pc to include -lrt when needed. 2012-04-19 14:02:25 +03:00
liblzma_generic.map liblzma: Exports lzma_mt_block_size() as an API function. 2023-05-11 23:54:44 +08:00
liblzma_linux.map liblzma: Exports lzma_mt_block_size() as an API function. 2023-05-11 23:54:44 +08:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
validate_map.sh liblzma: Vaccinate against an ill patch from RHEL/CentOS 7. 2022-09-08 15:01:29 +03:00