replace unused attributes
[dpdk.git] / doc / guides / sample_app_ug / l3_forward_power_man.rst
index 6ec24f4..475a866 100644 (file)
@@ -206,7 +206,7 @@ to generate hints based on recent network load trends.
 .. code-block:: c
 
     static
-    attribute ((noreturn)) int main_loop( attribute ((unused)) void *dummy)
+    attribute ((noreturn)) int main_loop(__rte_unused void *dummy)
     {
         // ...