<command-line>:0:33:warning ISO C99 requires whitespace after the macro name

:0:33:warning ISO C99 requires whitespace after the macro name 调试过程中报错; 此错误的意思
:0:33:warning ISO C99 requires whitespace after the macro name

调试过程中报错;

此错误的意思是宏定义之后要有空格,我这边是在Makefile中添加 -D的时候后面没有加空格出现的这个报错。