diff options
| author | Paul Eggert | 2012-07-08 13:03:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-08 13:03:56 -0700 |
| commit | 0ccb0b098349c987e35ee1b2ec795f24a743a4e0 (patch) | |
| tree | 2c55a484b6141b0e375bca7160cf2635fe01719d /ChangeLog | |
| parent | 3434fe8a236bb8fcb098c713b6383810c16a721d (diff) | |
| download | emacs-0ccb0b098349c987e35ee1b2ec795f24a743a4e0.tar.gz emacs-0ccb0b098349c987e35ee1b2ec795f24a743a4e0.zip | |
Restore deprecation warnings, except for older libpng.
* configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
(HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
(PNG_DEPRECATED): Define when compiling with older PNG versions.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-07-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Restore deprecation warnings, except for older libpng. | ||
| 4 | * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations. | ||
| 5 | (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h. | ||
| 6 | (PNG_DEPRECATED): Define when compiling with older PNG versions. | ||
| 7 | |||
| 1 | 2012-07-07 Andreas Schwab <schwab@linux-m68k.org> | 8 | 2012-07-07 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 9 | ||
| 3 | * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations. | 10 | * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations. |