X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fautodata%2Fautodata.c;h=e8086e3abceaa661ecbcf67cb6353d75f8249b32;hb=e16fc94bd8f80800d5203d9182cb3c5224528b0a;hp=d8ea88feae962e28fb4735bbc823824052f8c197;hpb=446eaa5f66db385d89357ba43aa5886f8b906ff0;p=ccan diff --git a/ccan/autodata/autodata.c b/ccan/autodata/autodata.c index d8ea88fe..e8086e3a 100644 --- a/ccan/autodata/autodata.c +++ b/ccan/autodata/autodata.c @@ -11,7 +11,7 @@ void *autodata_get_section(void *start, void *stop, size_t *nump) return start; } -void autodata_free(void *table) +void autodata_free(void *table UNNEEDED) { } #else