Re: [XEN PATCH v2] automation/eclair: allow parameter name "unused"

2024-03-15 Thread Stefano Stabellini
On Fri, 15 Mar 2024, Federico Serafini wrote: > Update ECLAIR configuration of MISRA C:2012 Rule 8.3 to deviate > violations involving parameter name "unused" (with an optional > numeric suffix): it makes explicit the intention of not using such > parameter within the function. > > Signed-off-by:

[XEN PATCH v2] automation/eclair: allow parameter name "unused"

2024-03-15 Thread Federico Serafini
Update ECLAIR configuration of MISRA C:2012 Rule 8.3 to deviate violations involving parameter name "unused" (with an optional numeric suffix): it makes explicit the intention of not using such parameter within the function. Signed-off-by: Federico Serafini --- Changes in v2: - optional numeric s