diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 79461addd1a..a2e0d7040f8 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -653,7 +653,7 @@ growable_destination (struct coding_system *coding) | |||
| 653 | 653 | ||
| 654 | /* Suppress clang warnings about consumed_chars never being used. | 654 | /* Suppress clang warnings about consumed_chars never being used. |
| 655 | Although correct, the warnings are too much trouble to code around. */ | 655 | Although correct, the warnings are too much trouble to code around. */ |
| 656 | #if 13 <= __clang_major__ | 656 | #if 13 <= __clang_major__ - defined __apple_build_version__ |
| 657 | # pragma clang diagnostic ignored "-Wunused-but-set-variable" | 657 | # pragma clang diagnostic ignored "-Wunused-but-set-variable" |
| 658 | #endif | 658 | #endif |
| 659 | 659 | ||