Workaround 'function nested_sp is never used' cppcheck style warning
authorIvan Maidanski <ivmai@mail.ru>
Tue, 15 May 2018 09:39:03 +0000 (12:39 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 15 May 2018 09:39:03 +0000 (12:39 +0300)
commit3cf45ae841759fc3ee38704fddf56a984f861d8f
tree255bf8c4d433eb35f11b6daca8f646906cdd66b7
parent7e890ec0726a8dbbe7dcb5b55e3315e8a702f70f
Workaround 'function nested_sp is never used' cppcheck style warning

The warning should not be produced by cppcheck as nested_sp is assigned
to nested_sp_fn variable.

* tools/setjmp_t.c [CPPCHECK] (main): Call nested_sp() directly; add
comment.
tools/setjmp_t.c