<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>error</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/35006/error</link><description> 
source.c(60): warning: #1-D: last line of file ends without a
newline 
source.c(60): error: #65: expected a &amp;quot;;&amp;quot; 
what this error stands for .. how to remove it please help :) 
 </description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: error</title><link>https://community.arm.com/thread/69452?ContentTypeID=1</link><pubDate>Sat, 19 Dec 2015 05:02:42 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:3dfcc235-ad16-4956-844e-2730c0a00ada</guid><dc:creator>edPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
So what would _you_ think would be reasonable actions to counter
these messages?&lt;/p&gt;

&lt;pre&gt;
source.c(60): warning: #1-D: last line of file ends without a newline
&lt;/pre&gt;

&lt;p&gt;
&lt;br /&gt;
What would be a good way to get the compiler to stop warning that the
file ends without a newline?&lt;/p&gt;

&lt;pre&gt;
source.c(60): error: #65: expected a &amp;quot;;&amp;quot;
&lt;/pre&gt;

&lt;p&gt;
&lt;br /&gt;
So what special meaning does &amp;#39;;&amp;#39; have in the C language?&lt;/p&gt;

&lt;p&gt;
Are you fulfilling the expectations of the compiler? What would
the reason be for the compiler to expect a &amp;#39;;&amp;#39;? Would you say the
compiler is unreasonable in expecting a &amp;#39;;&amp;#39;?&lt;/p&gt;

&lt;p&gt;
Did you look at the code, and consider if the code is following
the language standards? The advantage with line numbers in the error
messages is that they are intended to let you know where to start
looking in _your_ source code.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>