diff options
| author | Dmitry Antipov | 2012-07-04 12:07:26 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-07-04 12:07:26 +0400 |
| commit | 8ce70ed205e01913845330d084b9dd793b66d2c6 (patch) | |
| tree | 460d38b6d758a660b0fe2c02557f94ce40539496 /ChangeLog | |
| parent | 24a212eb232e081c12f6b52429757657f0528e66 (diff) | |
| download | emacs-8ce70ed205e01913845330d084b9dd793b66d2c6.tar.gz emacs-8ce70ed205e01913845330d084b9dd793b66d2c6.zip | |
Fix compilation with --enable-gcc-warnings and -O1
optimization level.
* configure.in: If --enable-gcc-warnings, disable
-Wunsafe-loop-optimizations for -O1 optimization level.
* src/doprnt.c (doprnt): Change type of tem to int, initialize
to avoid compiler warning. Add eassert.
* src/search.c (simple_search): Initialize match_byte to avoid
compiler warning. Add eassert.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * configure.in: If --enable-gcc-warnings, disable | ||
| 4 | -Wunsafe-loop-optimizations for -O1 optimization level. | ||
| 5 | |||
| 1 | 2012-06-30 Glenn Morris <rgm@gnu.org> | 6 | 2012-06-30 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * configure.in (standardlisppath): New output variable. | 8 | * configure.in (standardlisppath): New output variable. |