From a11081085b9db8ee40236d47849276db71ba0801 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 24 Jan 2013 11:18:28 -0500 Subject: 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 308779fd..9a382293 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,15 @@ 2013-01-24 Jay Berkenbilt + * 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 -- cgit v1.2.3-54-g00ecf