]> git.ipfire.org Git - thirdparty/libbsd.git/commit
test: Explicitly mark symbols as used
authorVictor Westerhuis <victor@westerhu.is>
Fri, 26 Nov 2021 19:24:20 +0000 (20:24 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sat, 27 Nov 2021 05:52:17 +0000 (06:52 +0100)
commit2716dfd0b7d570b6a6cbba8a4a7bc9e538d0520c
tree2d94e6a7a869cd9e563ab6fd605eb46e47d34267
parent54f874565716766d6453ff050d78c70ea326d89a
test: Explicitly mark symbols as used

Because some of the symbols are not otherwise referenced, GCC would like
to remove them.

Closes: !14
Signed-off-by: Guillem Jover <guillem@hadrons.org>
test/nlist.c