]> granicus.if.org Git - libvpx/commit
tile_worker_hook: fix -Wclobbered warning
authorJames Zern <jzern@google.com>
Sat, 10 Oct 2015 18:16:20 +0000 (11:16 -0700)
committerJames Zern <jzern@google.com>
Sat, 10 Oct 2015 18:17:08 +0000 (11:17 -0700)
commitba7ea4456f175bb23e86456abf95da8256d17c09
treecf4732f48bca5b64f9fe2a8af978b2e557ff014f
parent0c00af126dcda6fddcc683cc15c1be06b3285054
tile_worker_hook: fix -Wclobbered warning

*tile should be marked volatile like the others due to the use of
setjmp()

Change-Id: I5dbf8e6792e4c0f34a683434b4fd06e3b4c75c4b
vp9/decoder/vp9_decodeframe.c