aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-09-12 18:22:08 -0700
committerPaul Eggert2012-09-12 18:22:08 -0700
commit5f0cb45a6f6af1dea4d41f5da86fc3e36828c6d0 (patch)
tree565222c36e1b65bb7f389913a186fdddbf79cca1 /src/ChangeLog
parent40bce90baad677cd631c27819b32cca9c5d3a1ab (diff)
downloademacs-5f0cb45a6f6af1dea4d41f5da86fc3e36828c6d0.tar.gz
emacs-5f0cb45a6f6af1dea4d41f5da86fc3e36828c6d0.zip
Work around GCC and GNOME bugs when --enable-gcc-warnings.
* emacsgtkfixed.c (G_STATIC_ASSERT): Redefine to use 'verify', to work around GNOME bug 683906. * image.c (jpeg_load_body) [HAVE_JPEG && lint]: Pacify gcc -Wclobber. (struct my_jpeg_error_mgr) [HAVE_JPEG && lint]: New member fp. This works around GCC bug 54561.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c0d3316bea1..29e8ea4232e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2
3 Work around GCC and GNOME bugs when --enable-gcc-warnings.
4 * emacsgtkfixed.c (G_STATIC_ASSERT): Redefine to use 'verify',
5 to work around GNOME bug 683906.
6 * image.c (jpeg_load_body) [HAVE_JPEG && lint]: Pacify gcc -Wclobber.
7 (struct my_jpeg_error_mgr) [HAVE_JPEG && lint]: New member fp.
8 This works around GCC bug 54561.
9
12012-09-12 Paul Eggert <eggert@cs.ucla.edu> 102012-09-12 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 More fixes for 'volatile' and setjmp/longjmp. 12 More fixes for 'volatile' and setjmp/longjmp.