X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fwfstack%2Fcds_wfs_pop.c;h=68b81b9bbdc4e98be213fae3c8422e8ae2c908a3;hb=5eedd745bb2a1ebdc44e9a96875944ee345242fb;hp=09edd3dc8a268a337b52b4482955323574fd6373;hpb=b852d0e6c8725a4f8507f397a74650f4fafa30eb;p=urcu.git diff --git a/doc/examples/wfstack/cds_wfs_pop.c b/doc/examples/wfstack/cds_wfs_pop.c index 09edd3d..68b81b9 100644 --- a/doc/examples/wfstack/cds_wfs_pop.c +++ b/doc/examples/wfstack/cds_wfs_pop.c @@ -27,7 +27,7 @@ struct mynode { struct cds_wfs_node node; /* Chaining in stack */ }; -int main(int argc, char **argv) +int main(void) { int values[] = { -5, 42, 36, 24, }; struct cds_wfs_stack mystack; /* Stack */