aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
parent63a643a3c750c2cb6e667d5bbfc443080140832c (diff)
downloadqpdf-cc2e8853b5a87eefa304c03d2d242a339d942c77.tar.zst
Enable int warnings by default
Now that there aren't any more...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 713b954a..6b94b5c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2019-06-20 Jay Berkenbilt <ejb@ql.org>
+ * Enable compilation with additional warnings for integer
+ conversion and sign (-Wsign-conversion, -Wconversion for gcc and
+ similar; -W3 for msvc) if supported. These warnings are on by
+ default can be turned off by passing --disable-int-warnings
+
* Fix all integer sign and conversion warnings. This makes all
integer type conversions that have potential data loss explicit
with calls that do range checks and raise an exception.