mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-09-30 15:01:09 +02:00
Fallthrough attribute is Apple-specific at the moment...
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user