]> git.ozlabs.org Git - ccan/commit
jacobson_karels: Add missing inline keyword
authorDavid Gibson <david@gibson.dropbear.id.au>
Wed, 4 Jun 2014 14:41:51 +0000 (00:41 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 13 Jun 2014 02:52:39 +0000 (12:52 +1000)
commit23636f5911d564fb3a74a49d122a5270d82aaa88
tree5c5377526d653ed83055332f1cf8608345e86341
parentadfa48b95c197a6ead2725835753732a9e03afa8
jacobson_karels: Add missing inline keyword

Forgot the 'inline' in 'static inline' in the functions defined in the
header, which means that lots of warnings will be generated, if you include
the header but don't use the functions.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
ccan/jacobson_karels/jacobson_karels.h
ccan/jacobson_karels/test/run-nouse.c [new file with mode: 0644]