Keil编译告警 warning: #1-D: last line of file ends without a newline

    如题所示,Keil编译的时候,如果遇到了这个问题,就是文件最后一行并不是一个新行结尾。这个问题不影响编译结果,但是强迫症就受不了。

 

    原因是源文件最后一行可能空出来了,但是有空格,如下所示:

Keil编译告警 warning: #1-D: last line of file ends without a newline_第1张图片

    这里我们要把光标移动到31行末尾,然后长按Delete键,直到后面没有内容了,再回车换行。    Keil编译告警 warning: #1-D: last line of file ends without a newline_第2张图片     最后编译不报错,问题解决。

你可能感兴趣的:(51单片机,Keil,newline,space,空格,编译告警)