replace unused attributes
[dpdk.git] / doc / guides / sample_app_ug / hello_world.rst
index c0e0a15..46f997a 100644 (file)
@@ -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;