mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Fix g++ -Wall warnings.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user