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

This patch removes the "unused-parameter" warnings generated by the origin code
and the multiple definition warnings for _LIBCPP_BUILDING_LIBRARY and
_LIBCPPABI_VERSION macros.

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