summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2016-02-09 16:10:22 +0100
committerMark Wielaard <mjw@redhat.com>2016-02-15 23:45:35 +0100
commit8bc1423bdc6f0790a669a43ce1604763a3e55587 (patch)
treead4440547746fac6fe138cc8f411ebde11bce053 /ChangeLog
parentf4dc76404ce8116b806550d7515ec98be953df9e (diff)
config: Check for and use gcc -Wlogical-op and -Wduplicated-cond.
Both -Wlogical-op and -Wduplicated-cond may produce useful warnings. But we have to check them first. Older versions of gcc had a -Wlogical-op that warned on some constructs using macros that are not erronious. Only GCC6 has -Wduplicated-cond. Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 637bc130..dce61adf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-02-08 Mark Wielaard <mjw@redhat.com>
+
+ * configure.ac: Add checks for sane -Wlogical-op and whether gcc
+ accepts -Wduplicated-cond.
+
2016-01-08 Mark Wielaard <mjw@redhat.com>
* configure.ac: Set version to 0.165.