Re: [PATCH] eal: add missing extension to statement expression

2023-11-06 Thread Thomas Monjalon
01/11/2023 23:07, Tyler Retzlaff: > add missing __extension__ keyword to RTE_ALIGN_MUL_NEAR statement > expression to be consistent with other macros using statement > expressions > > Signed-off-by: Tyler Retzlaff Applied, thanks.

[PATCH] eal: add missing extension to statement expression

2023-11-01 Thread Tyler Retzlaff
add missing __extension__ keyword to RTE_ALIGN_MUL_NEAR statement expression to be consistent with other macros using statement expressions Signed-off-by: Tyler Retzlaff --- lib/eal/include/rte_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/eal/include/rte_commo