- document today's changes
diff --git a/CHANGES b/CHANGES
index 7cdd99d..ff70553 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,6 +19,9 @@
 Trunk
 -----
 
+- Removed a few assigned but unused variables to allow newer compilers
+  to successfully compile with -Wall and -Werror
+
 - Apache tests can now run with httpd 2.4 and are cleaned up to run
   repeadedly if needed. Also server is only started once by default
 
diff --git a/src/ChangeLog b/src/ChangeLog
index 0b02349..3d1c7e0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-22 Ronnie Brunner <ronnie.brunner@netcetera.com>
+	* src/generic/interpool.c, src/generic/log.c, src/generic/formdata.c, src/generic/nca_d.c:
+	- Fix compilation with -Wall and -Werror for newer compilers
+
 2013-02-07 Ronnie Brunner <ronnie.brunner@netcetera.com>
 	* src/generic/interpool.c, src/generic/logtosyslog.c, src/generic/url.c:
 	- Fix compilation with -W on FreeBSD (thanks to Pietro Cerutti)