haampie / libtree

ldd as a tree
MIT License
2.67k stars 60 forks source link

Avoid implicit function declarations in tests #84

Closed fweimer-rh closed 1 year ago

fweimer-rh commented 1 year ago

Future compilers are likely to reject implicit function declarations by default, causing these tests to fail. Also replace () with (void) where appropriate in the changed tests.

Related to:

haampie commented 1 year ago

Thanks!