xz/src
Sam James dc6b6011b4
xz: list: suppress -Wformat-nonliteral for Solaris
Solaris' GCC can't understand that our use is fine, unlike modern compilers:
```
list.c: In function 'print_totals_basic':
list.c:1191:4: error: format not a string literal, argument types not checked [-Werror=format-nonliteral]
  uint64_to_str(totals.files, 0));
  ^~~~~~~~~~~~~
cc1: all warnings being treated as errors
```

It's presumably because of older gettext missing format attributes.

This is with `gcc (GCC) 7.3.0`.

(cherry picked from commit b69768c8bd)
2024-09-06 18:51:56 +03:00
..
common Fix typos 2024-05-23 11:36:05 +03:00
liblzma Bump version and soname for 5.6.2 2024-05-29 18:03:51 +03:00
lzmainfo Build: Install translated lzmainfo man pages. 2024-02-17 16:23:14 +02:00
scripts Fix typos 2024-05-23 11:36:05 +03:00
xz xz: list: suppress -Wformat-nonliteral for Solaris 2024-09-06 18:51:56 +03:00
xzdec xzdec: Support Landlock ABI version 4 2024-05-23 00:13:43 +03:00
Makefile.am Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00