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
..
2013-12-16 20:16:02 -08:00
2014-03-12 19:32:16 +01:00
2013-12-16 20:16:02 -08:00
2014-04-26 02:20:41 -07:00
2013-06-06 23:09:14 -07:00
2013-12-16 20:16:02 -08:00
2013-12-16 20:16:02 -08:00
2010-11-17 20:09:47 -08:00
2013-06-06 23:09:14 -07:00
2013-12-16 20:16:02 -08:00
2013-12-16 15:14:00 -08:00
2014-04-26 02:20:41 -07:00
2013-06-14 18:44:59 -07:00
2013-12-16 20:16:02 -08:00