James Zern
59d63e610a
vp9: fix -Wclobbered (longjmp + local variables)
...
Local variables used at the setjmp() site need to be marked volatile.
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: I093e6eeeedbf5f781d202248ca701ba2c29d3064
2014-12-23 11:44:11 -05:00
..
2014-12-22 10:09:25 -08:00
2014-12-22 10:09:25 -08:00
2014-12-09 15:10:52 +00:00
2014-12-09 15:10:52 +00:00
2014-12-03 13:04:45 -08:00
2014-12-03 13:04:45 -08:00
2014-11-27 10:53:37 +00:00
2014-11-20 16:23:35 -08:00
2014-12-03 09:18:08 -08:00
2014-12-22 13:49:57 -08:00
2014-12-17 11:41:06 -08:00
2014-12-22 10:09:25 -08:00
2014-11-24 17:57:38 -08:00
2014-11-24 17:57:38 -08:00
2014-03-05 11:57:57 -08:00
2014-03-05 11:57:57 -08:00
2014-12-22 10:09:25 -08:00
2014-11-24 09:57:40 -08:00
2014-12-15 12:20:37 -08:00
2014-10-06 15:27:40 -07:00
2014-12-22 10:09:25 -08:00
2014-12-04 11:21:34 -08:00
2014-12-22 13:43:56 -08:00
2014-10-28 18:57:01 -07:00
2014-11-24 17:57:38 -08:00
2014-11-24 17:57:38 -08:00
2014-12-23 11:44:11 -05:00
2014-12-19 12:38:25 -08:00
2014-12-04 11:21:34 -08:00
2014-12-04 11:21:34 -08:00
2014-10-08 11:07:04 -07:00
2014-01-23 16:21:24 -08:00
2014-11-24 17:57:38 -08:00
2014-11-20 18:37:34 -08:00
2014-12-15 12:20:37 -08:00
2014-09-18 18:05:07 -07:00
2014-11-24 17:57:38 -08:00
2014-04-22 17:48:31 -07:00
2014-12-05 16:20:42 -08:00
2014-11-17 11:30:17 -08:00
2014-12-04 11:01:46 +00:00
2014-04-22 14:57:05 -07:00
2014-12-18 12:00:27 -08:00
2014-11-24 09:04:28 -08:00
2014-12-22 10:09:25 -08:00
2014-12-22 10:09:25 -08:00
2014-12-05 08:02:12 -08:00
2014-12-01 16:56:43 -08:00
2014-12-15 11:51:16 -08:00
2014-11-24 17:57:38 -08:00
2014-12-22 08:42:52 -08:00
2014-10-27 19:37:13 -07:00
2014-10-03 11:38:05 -07:00
2014-09-23 22:55:33 -07:00
2014-10-09 14:40:40 -07:00
2014-11-24 17:57:38 -08:00
2014-08-06 12:59:02 -07:00
2014-12-17 15:18:01 -08:00
2014-12-03 09:17:08 -08:00
2014-10-01 14:18:11 -07:00
2014-10-01 14:18:11 -07:00
2014-12-03 09:15:25 -08:00
2014-12-03 09:15:25 -08:00
2014-12-15 12:20:37 -08:00
2014-10-16 16:09:40 +01:00
2014-12-15 12:20:37 -08:00
2014-07-11 17:45:40 +01:00
2014-12-22 15:05:25 -08:00
2014-12-22 15:05:25 -08:00
2014-03-05 11:57:57 -08:00
2014-03-05 11:57:57 -08:00
2014-11-05 13:47:28 -08:00
2014-10-09 14:40:40 -07:00
2014-08-05 21:57:54 -07:00
2014-08-05 21:57:54 -07:00
2014-08-05 21:58:03 -07:00
2014-08-12 20:15:14 -07:00