mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-10-01 07:21:08 +02:00
Fallthrough attribute is Apple-specific at the moment...
This commit is contained in:
@@ -454,7 +454,9 @@ _pdfioCryptoMakeReader(
|
|||||||
return (NULL);
|
return (NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
__attribute__((fallthrough));
|
__attribute__((fallthrough));
|
||||||
|
#endif // __APPLE__
|
||||||
|
|
||||||
case PDFIO_ENCRYPTION_RC4_128 :
|
case PDFIO_ENCRYPTION_RC4_128 :
|
||||||
// Copy the key data for the MD5 hash.
|
// Copy the key data for the MD5 hash.
|
||||||
|
Reference in New Issue
Block a user