summaryrefslogtreecommitdiff
path: root/config-scripts
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2018-12-06 09:21:58 -0500
committerMichael R Sweet <michaelrsweet@gmail.com>2018-12-06 09:21:58 -0500
commit7d730d0ce72263e1b53e97bce4e45d08be21e564 (patch)
tree68e8c1fa8720be6eed6231104bce9cfb0790f0d1 /config-scripts
parentc29d06f9f934403197e73326dd23add700dfa115 (diff)
downloadcups-7d730d0ce72263e1b53e97bce4e45d08be21e564.tar.gz
Don't error out on deprecations.
Diffstat (limited to 'config-scripts')
-rw-r--r--config-scripts/cups-compiler.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config-scripts/cups-compiler.m4 b/config-scripts/cups-compiler.m4
index 89176fd3b..86e8bc488 100644
--- a/config-scripts/cups-compiler.m4
+++ b/config-scripts/cups-compiler.m4
@@ -182,7 +182,7 @@ if test -n "$GCC"; then
# Additional warning options for development testing...
if test -d .git; then
- WARNING_OPTIONS="-Werror $WARNING_OPTIONS"
+ WARNING_OPTIONS="-Werror -Wno-error=deprecated-declarations $WARNING_OPTIONS"
fi
else
# Add vendor-specific compiler options...