summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qsimd_p.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2015-09-22 21:41:11 -0700
committerThiago Macieira <thiago.macieira@intel.com>2015-09-25 20:24:31 +0000
commitd90536787b8225654e13a9ee0aa7c03c1dc9d57d (patch)
tree2ffc0942870c980cb3edcb802643036f5c20c9db /src/corelib/tools/qsimd_p.h
parentddee17e7705fd3f64c564dcd926531d181387fd1 (diff)
Work around GCC thinking that a variable could be clobbered by longjmp
It can't be. The block in which the variable "s" exists makes no call to any function that takes the setjmp buffer. This is not a false positive warning: it's an incorrect warning. qjpeghandler.cpp:878:6: error: variable ‘s’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=clobbered] Change-Id: I42e7ef1a481840699a8dffff140681a3d7e34493 Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
Diffstat (limited to 'src/corelib/tools/qsimd_p.h')
0 files changed, 0 insertions, 0 deletions