X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fsample_app_ug%2Fhello_world.rst;h=46f997a7dce3e1def7499446d747c40d21091b7e;hb=f2fc83b40f06da6a6b2476005279ba52d4ce3c44;hp=c0e0a1549eb5f7d41f5a60fc448bb1843cd3c5f5;hpb=d0ac7bb577e9d2e2a02abc2b159a486884f0274a;p=dpdk.git diff --git a/doc/guides/sample_app_ug/hello_world.rst b/doc/guides/sample_app_ug/hello_world.rst index c0e0a1549e..46f997a7dc 100644 --- a/doc/guides/sample_app_ug/hello_world.rst +++ b/doc/guides/sample_app_ug/hello_world.rst @@ -62,7 +62,7 @@ The following is the definition of the function: .. code-block:: c static int - lcore_hello( attribute ((unused)) void *arg) + lcore_hello(__rte_unused void *arg) { unsigned lcore_id;