X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fguides%2Fsample_app_ug%2Fcmd_line.rst;h=6deb6c811283e1f69cea165470ac78b2b47666f6;hb=2564abda35db93ff75dd78d8e231c212ebb8cfc9;hp=828a607bec143592e5c14618dc1c3e7aa0231996;hpb=218c4e68c1d9bd4a9281bc1dc4d0ab89859083bf;p=dpdk.git diff --git a/doc/guides/sample_app_ug/cmd_line.rst b/doc/guides/sample_app_ug/cmd_line.rst index 828a607bec..6deb6c8112 100644 --- a/doc/guides/sample_app_ug/cmd_line.rst +++ b/doc/guides/sample_app_ug/cmd_line.rst @@ -128,7 +128,7 @@ For example, the cmd_obj_del_show command is defined as shown below: struct object *obj; }; - static void cmd_obj_del_show_parsed(void *parsed_result, struct cmdline *cl, attribute ((unused)) void *data) + static void cmd_obj_del_show_parsed(void *parsed_result, struct cmdline *cl, __rte_unused void *data) { /* ... */ }