]> xenbits.xensource.com Git - unikraft/libs/libunwind.git/commit
Fix some of the compiling warnings
authorCostin Lupu <costin.lupu@cs.pub.ro>
Sun, 2 Jun 2019 13:27:45 +0000 (16:27 +0300)
committerFelipe Huici <felipe.huici@neclab.eu>
Mon, 3 Jun 2019 05:42:46 +0000 (07:42 +0200)
commit510b5c81f1b73bab5db3bcc048751983582b5e75
tree7d329456a0a7012471c5a7cdbf75a3ae61e2ecdd
parent81a28bbb28c0168933a836ab98183502c53119dd
Fix some of the compiling warnings

This patch removes the "unused-parameter" warnings generated by the origin code
and the multiple definition warnings for _LIBUNWIND_BUILD_ZERO_COST_APIS macro.

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Makefile.uk