Avoid warnings about unused variables in rest and asciidoc parsers
commit457658dcfb9d25ce32c644e543c898eec0a4566a
authorJiří Techet <techet@gmail.com>
Mon, 17 Dec 2018 20:19:52 +0000 (17 21:19 +0100)
committerJiří Techet <techet@gmail.com>
Mon, 17 Dec 2018 20:19:52 +0000 (17 21:19 +0100)
tree185c3daf3a7b4036bdb82af4ba429a3d5ef93b29
parent66a08f6570c189e66b31863d60ec68052e1d2d5f
Avoid warnings about unused variables in rest and asciidoc parsers

We don't use the return value of getNestingLevel(), only its
nestingLevelsPop() semantics. Get rid of the return value and rename the
function to avoid confusion.
ctags/parsers/asciidoc.c
ctags/parsers/rest.c