]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/sample_app_ug/l3_forward_power_man.rst
replace unused attributes
[dpdk.git] / doc / guides / sample_app_ug / l3_forward_power_man.rst
index 6ec24f4ad8e5565925597cce5b1eed2e75dc6eba..475a866cfbcf1a058e1a83f72acb14556b3dfde2 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)
     {
         // ...