summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-01-24 17:18:28 +0100
committerJay Berkenbilt <ejb@ql.org>2013-03-04 22:45:15 +0100
commita11081085b9db8ee40236d47849276db71ba0801 (patch)
tree223c305fdb53f87fdb5506cd781b1a5b091c73aa /ChangeLog
parent32b62035ce9d5d07f7396cc50a0c38215f19c906 (diff)
downloadqpdf-a11081085b9db8ee40236d47849276db71ba0801.tar.zst
Handle warning flags better
Make --enable-werror work properly on msvc, handle extra warnings flags for msvc in configure.ac instead of hardcoding into make/msvc.mk, separate warnings flags into WFLAGS in autoconf.mk to avoid duplication and to make it easier to override.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 308779fd..9a382293 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,15 @@
2013-01-24 Jay Berkenbilt <ejb@ql.org>
+ * Make --enable-werror work for MSVC, and generally handle warning
+ options better for that compiler. Warning flags for that compiler
+ were previous hard-coded into the build with /WX enabled
+ unconditionally.
+
+ * Split warning flags into WFLAGS in autoconf.mk to make them
+ easier to override. Before they were repeated in CFLAGS and
+ CXXFLAGS and were commingled with other compiler flags.
+
* qpdf --check now does syntactic checks all pages' content
streams as well as checking overall document structure. Semantic
errors are still not checked, and there are no plans to add