Port to GCC 4.9.0 with --enable-gcc-warnings.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Apr 2014 20:19:17 +0000 (13:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Apr 2014 20:19:17 +0000 (13:19 -0700)
commit34e856d5ac828753b7be20e2471f39fb613f7f40
treeacff3e9997aa61a054c61089bcd27c833c781b66
parent0fae5004bc971311f4abaa6acb073c4551eda7d5
Port to GCC 4.9.0 with --enable-gcc-warnings.

* image.c (struct my_jpeg_error_mgr) [lint]: Remove member fp.
All uses removed.
(jpeg_load_body) [lint]: Add a 'volatile' to pacify a buggy GCC in
a way that also works with GCC 4.9.0.
src/ChangeLog
src/image.c