This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler Warning:"last line of file ends without a newline"

Hello @ All,

I don't know what this warning message "last line of file ends without a newline" means.

even if I wrote a simple code like

int main( void)

{

while(1)

     {

     }

}

 and klick Rebuild Active Project, I receive the above message.!!!!!!!

can anyone  help me please to solve this problem.

best regards

Bassel