Fallthrough attribute is Apple-specific at the moment...

This commit is contained in:
Michael R Sweet
2025-09-25 17:47:31 -04:00
parent dc09418660
commit ef8dee325a

View File

@@ -454,7 +454,9 @@ _pdfioCryptoMakeReader(
return (NULL);
}
#ifdef __APPLE__
__attribute__((fallthrough));
#endif // __APPLE__
case PDFIO_ENCRYPTION_RC4_128 :
// Copy the key data for the MD5 hash.