This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
threads: silence some compiler warnings.
authorDavid Mitchell <davem@iabyn.com>
Mon, 18 Nov 2013 15:41:45 +0000 (15:41 +0000)
committerDavid Mitchell <davem@iabyn.com>
Mon, 18 Nov 2013 17:14:22 +0000 (17:14 +0000)
commit3d1c4d8b006d0c1d01e22169a4db20c266592baf
tree2b7e96fb750a8c26c67ae417df1be9fac5689329
parentdf164f52fe0eb3807220860c2ba97135a0264905
threads: silence some compiler warnings.

From 5.8.9, the MGVTBL struct has a 'svt_local' member

Declare some vars volatile within a function that uses jongjmp

Mark the unused return value from PerlLIO_write() as void(), even
though it won't shut up gcc.
dist/threads/lib/threads.pm
dist/threads/threads.xs