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