summaryrefslogtreecommitdiff
path: root/config-scripts
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2021-04-05 15:09:07 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2021-04-05 15:09:07 -0400
commit6918883fba4942931dc455b32545d6edf18dec5c (patch)
treec54d2dfa7ff4abca67577199f622d564151c3193 /config-scripts
parentb27a49b8a06e65067b1ca950d39b34ae8b2fa008 (diff)
downloadcups-6918883fba4942931dc455b32545d6edf18dec5c.tar.gz
Update Github repository to match macOS 11.2 CUPS sources (cups-494.1).
Diffstat (limited to 'config-scripts')
-rw-r--r--config-scripts/cups-compiler.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/config-scripts/cups-compiler.m4 b/config-scripts/cups-compiler.m4
index 86e8bc488..2b619977c 100644
--- a/config-scripts/cups-compiler.m4
+++ b/config-scripts/cups-compiler.m4
@@ -1,7 +1,7 @@
dnl
dnl Compiler stuff for CUPS.
dnl
-dnl Copyright 2007-2018 by Apple Inc.
+dnl Copyright 2007-2020 by Apple Inc.
dnl Copyright 1997-2007 by Easy Software Products, all rights reserved.
dnl
dnl Licensed under Apache License v2.0. See the file "LICENSE" for more information.
@@ -175,7 +175,7 @@ if test -n "$GCC"; then
# doesn't trigger...
gccversion=`$CC --version | head -1 | awk '{print $NF}'`
case "$gccversion" in
- 7.* | 8.*)
+ 7.* | 8.* | 9.*)
WARNING_OPTIONS="$WARNING_OPTIONS -Wno-format-truncation -Wno-tautological-compare"
;;
esac