summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2016-11-25 20:03:51 +0100
committerBruno Haible <bruno@clisp.org>2016-11-25 20:03:51 +0100
commitefd1fd8439a8db873e9c0ef207dcd5467b7cfc14 (patch)
tree22e1b17a88132cb2fbd164adac12e2462502d84c /ChangeLog
parenta4e455187f06216b9cd1f696b1d183dff0c413a8 (diff)
downloadgperf-efd1fd8439a8db873e9c0ef207dcd5467b7cfc14.tar.gz
Fix g++ -Wall warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7428d1..24aba54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2016-11-25 Bruno Haible <bruno@clisp.org>
+ Fix g++ -Wall warnings.
+ * src/search.cc (Search::prepare, Search::find_positions,
+ Search::optimize): Add braces in 'if (...) for (...)', to pacify
+ g++ 4.6.3 warnings "suggest explicit braces to avoid ambiguous 'else'"
+ (although there is no 'else'!).
+
+2016-11-25 Bruno Haible <bruno@clisp.org>
+
Fix typo in autogen.sh, introduced on 2012-07-01.
* autogen.sh: Fix typo.