glibc/setjmp
Joseph Myers c82f5c0ce5 Fix warning in setjmp/jmpbug.c.
This patch fixes a "set but not used" warning in setjmp/jmpbug.c.  A
variable is used only to store the result of alloca.  A cast to void
is added to avoid the warning, and the variable is made volatile to
ensure the call to alloca isn't optimized away for being unused.

Tested for x86_64.

	* setjmp/jmpbug.c (test): Make foo volatile and cast it to
	void.
2014-11-26 00:45:19 +00:00
..
bits
__longjmp.c
bsd-_setjmp.c
bsd-setjmp.c
bug269-setjmp.c
jmp-unwind.c
jmpbug.c Fix warning in setjmp/jmpbug.c. 2014-11-26 00:45:19 +00:00
longjmp.c
Makefile ARM: Use movw/movt more when available 2014-10-22 14:20:35 -07:00
setjmp.c
setjmp.h
sigjmp.c
tst-setjmp-fp.c
tst-setjmp-static.c ARM: Use movw/movt more when available 2014-10-22 14:20:35 -07:00
tst-setjmp.c
tst-sigsetjmp.c
Versions