1
0
miroir de https://git.tukaani.org/xz.git synchronisé 2025-10-17 14:43:28 +00:00

liblzma: Silence warnings from "clang -Wimplicit-fallthrough"

Cette révision appartient à :
Lasse Collin 2025-01-01 18:46:50 +02:00
Parent 1a8a1ad9a1
révision 672da29bb3
Signature inconnue de Gitea
ID de la clé GPG: 38EE757D69184620

Voir le fichier

@ -18,7 +18,7 @@
// The macros unroll loops with switch statements.
// Silence warnings about missing fall-through comments.
#if TUKLIB_GNUC_REQ(7, 0)
#if TUKLIB_GNUC_REQ(7, 0) || defined(__clang__)
# pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
#endif