libwebp/examples
skal ac591cf22e fix for gcc-4.9 warnings about longjmp + local variables
Needed to add 'volatile' and some casts.
Relevant excerpt from the 'man longjmp':

===============
The values of automatic variables are unspecified after a call to longjmp() if they meet all the following criteria:
  ·  they are local to the function that made the corresponding setjmp(3) call;
  ·  their values are changed between the calls to setjmp(3) and longjmp(); and
  ·  they are not declared as volatile.
===============

Change-Id: Ic72dc92669513a820369ca52a038afa9ec88091f
2014-05-30 10:19:10 -07:00
..
cwebp.c Merge "cwebp: fallback to native webp decode in WIC builds" 2014-05-28 15:03:34 -07:00
dwebp.c dwebp: fix exit code on webp load failure 2014-04-28 17:22:29 -07:00
example_util.c example_util: add ExUtilDecodeWebPIncremental 2014-04-27 01:58:25 -07:00
example_util.h example_util.h: avoid forward declaring enums 2014-04-28 14:56:19 -07:00
gif2webp_util.c use WebPSafe[CM]alloc/WebPSafeFree instead of [cm]alloc/free 2014-03-27 15:50:59 -07:00
gif2webp_util.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
gif2webp.c allow some more stdin/stout I/O 2014-03-12 19:32:16 +01:00
jpegdec.c fix for gcc-4.9 warnings about longjmp + local variables 2014-05-30 10:19:10 -07:00
jpegdec.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
Makefile.am cwebp: add webpdec 2014-04-26 02:20:41 -07:00
metadata.c update copyright text 2013-06-06 23:09:14 -07:00
metadata.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
pngdec.c fix for gcc-4.9 warnings about longjmp + local variables 2014-05-30 10:19:10 -07:00
pngdec.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
stopwatch.h try to remove the spurious warning for static analysis 2014-05-26 18:31:00 +02:00
test_ref.ppm lot of cosmetics 2010-11-17 20:09:47 -08:00
test.webp remove INAM, ICOP, ... chunks from the test webp file. 2012-07-19 17:34:04 -07:00
tiffdec.c update copyright text 2013-06-06 23:09:14 -07:00
tiffdec.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
vwebp.c vwebp: let -- stop parameter parsing 2013-12-16 15:14:00 -08:00
webpdec.c example_util: add ExUtilDecodeWebPIncremental 2014-04-27 01:58:25 -07:00
webpdec.h cwebp: add webpdec 2014-04-26 02:20:41 -07:00
webpmux.c webpmux: let -- stop parameter parsing 2013-12-17 20:50:46 -08:00
wicdec.c wicdec: silence a format warning 2013-06-14 18:44:59 -07:00
wicdec.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00