On 14/03/2024 7:37 am, Federico Serafini wrote: > Place an "#if 0" before grep fodder #define-s and remove > the #undef-s. > > This addresses violations of MISRA C:2012 Rules 20.5 ("#undef should > not be used") and 5.5 ("Identifiers shall be distinct from macro > names"). > > No functional change. > > Signed-off-by: Federico Serafini <federico.seraf...@bugseng.com>
Acked-by: Andrew Cooper <andrew.coop...@citrix.com> It really doesn't matter how we go about excluding the grep-fodder from the build, and this is a little neater.