]> granicus.if.org Git - gc/commit
Eliminate 'value stored is never read' warning of Clang static analyzer
authorIvan Maidanski <ivmai@mail.ru>
Fri, 26 Aug 2016 06:49:30 +0000 (09:49 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 31 Oct 2016 20:27:59 +0000 (23:27 +0300)
commitb7158cb177a0ef25b9769cff2596e965d239d045
tree1cc1f5704be30bf94c19f48b42bddffa32cb8682
parentcf4b75eb640a5dabb18923f782ce3f1be4efd2ff
Eliminate 'value stored is never read' warning of Clang static analyzer

* tools/setjmp_t.c (g): Declare (before "main").
* tools/setjmp_t.c (main): Call g(x) to use "x" variable value
after x=2.
tools/setjmp_t.c