]> git.ozlabs.org Git - ccan/blobdiff - ccan/autodata/autodata.c
Mark unused arguments in many modules.
[ccan] / ccan / autodata / autodata.c
index d8ea88feae962e28fb4735bbc823824052f8c197..e8086e3abceaa661ecbcf67cb6353d75f8249b32 100644 (file)
@@ -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