aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-21 03:08:04 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-21 19:17:21 +0200
commitcc2e8853b5a87eefa304c03d2d242a339d942c77 (patch)
tree2636b3649d2571a9eaec4b3ec13ce61ea57bb764 /configure
parent63a643a3c750c2cb6e667d5bbfc443080140832c (diff)
downloadqpdf-cc2e8853b5a87eefa304c03d2d242a339d942c77.tar.zst
Enable int warnings by default
Now that there aren't any more...
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 9cb10adc..fa2595a6 100755
--- a/configure
+++ b/configure
@@ -1440,7 +1440,7 @@ Optional Features:
enable linker version script (default is enabled)
--enable-werror whether to treat warnings as errors (default is no)
--enable-int-warnings whether to turn on integer type warnings (default is
- no)
+ yes)
--enable-test-compare-images
whether to compare images in test suite; disabled by
default, enabling requires ghostscript and tiffcmp
@@ -16904,7 +16904,7 @@ if test "${enable_int_warnings+set}" = set; then :
qpdf_INT_WARNINGS=0;
fi
else
- qpdf_INT_WARNINGS=0
+ qpdf_INT_WARNINGS=1
fi
if test "$qpdf_INT_WARNINGS" = "1"; then