summaryrefslogtreecommitdiff
path: root/src/coding.c
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-01-25 18:45:09 +0800
committerPo Lu <luangruo@yahoo.com>2023-01-25 18:45:09 +0800
commitd63ee136d92247597d82ddc44ec71f6f71c28b5f (patch)
treefb86088bb31631930165881538fd267066a97045 /src/coding.c
parent0900bfbcc57c555909cb75c38eb0ed26fb6964ef (diff)
parent8b87d095acfb23b527f955873a59dd9c13ffc9b4 (diff)
downloademacs-d63ee136d92247597d82ddc44ec71f6f71c28b5f.tar.gz
emacs-d63ee136d92247597d82ddc44ec71f6f71c28b5f.tar.bz2
emacs-d63ee136d92247597d82ddc44ec71f6f71c28b5f.zip
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
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)
/* Suppress clang warnings about consumed_chars never being used.
Although correct, the warnings are too much trouble to code around. */
-#if 13 <= __clang_major__
+#if 13 <= __clang_major__ - defined __apple_build_version__
# pragma clang diagnostic ignored "-Wunused-but-set-variable"
#endif