replace no-return attributes
[dpdk.git] / doc / guides / sample_app_ug / flow_classify.rst
index bc234b5..dc40b4d 100644 (file)
@@ -422,7 +422,7 @@ following:
             .stats = (void *)&ntuple_stats
     };
 
-    static __attribute__((noreturn)) void
+    static __rte_noreturn void
     lcore_main(cls_app)
     {
         uint16_t port;