]> git.ozlabs.org Git - ccan/blobdiff - ccan/tlist/test/compile_fail-tlist_top.c
tdb2: tdb_foreach()
[ccan] / ccan / tlist / test / compile_fail-tlist_top.c
index 622a5781532f583fd18e3645312327ad50950541..d02c3add7a2e0a4fb780527e63e433a519510d38 100644 (file)
@@ -31,5 +31,6 @@ int main(int argc, char *argv[])
                      struct child,
 #endif
                      list);
+       (void) c; /* Suppress unused-but-set-variable warning. */
        return 0;
 }