]> code.delx.au - gnu-emacs/commit
Work around GCC and GNOME bugs when --enable-gcc-warnings.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Sep 2012 01:22:08 +0000 (18:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Sep 2012 01:22:08 +0000 (18:22 -0700)
commit5f0cb45a6f6af1dea4d41f5da86fc3e36828c6d0
tree565222c36e1b65bb7f389913a186fdddbf79cca1
parent40bce90baad677cd631c27819b32cca9c5d3a1ab
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.
src/ChangeLog
src/emacsgtkfixed.c
src/image.c