]> git.ozlabs.org Git - ccan/commit
ccanlint: module_links test must link with module.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 27 Mar 2012 05:01:27 +0000 (15:31 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 27 Mar 2012 05:01:27 +0000 (15:31 +1030)
commit6acab66f8474a45dd37ae6a0f54d088448076ac7
tree5eada0115685f8e68bcbd19c35f54d59bc59e4fc
parentd194919a1de953ee587952804b424e6ed722efdb
ccanlint: module_links test must link with module.

Gcc doesn't include unused inline functions, even without -O, but Solaris CC
does, so fails to link block_pool where one inline function refers to a
non-inline function.
tools/ccanlint/tests/module_links.c