Hi, I'm seeing thousands of these warnings: (gcc 12.2.0) ./include/generated/autoksyms.h:7:9: warning: ISO C99 requires whitespace after the macro name 7 | #define __KSYM_TOC. 1 | ^~~~~~~~~~ In file included from ../include/asm-generic/export.h:57, from ./arch/powerpc/include/generated/asm/export.h:1, from ../arch/powerpc/kernel/misc.S:17: ./include/generated/autoksyms.h:7:9: warning: missing whitespace after the macro name 7 | #define __KSYM_TOC. 1 | ^~~~~~~~~~ Can anything be done about them? Thanks. -- ~Randy