<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: why does a downloaded source code gives deprecated api message on compilation?</title>
	<atom:link href="http://www.kernelbench.org/recompile/why-does-a-downloaded-source-code-gives-deprecated-api-message-on-compilation/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kernelbench.org/recompile/why-does-a-downloaded-source-code-gives-deprecated-api-message-on-compilation</link>
	<description>Kernel News and How To</description>
	<lastBuildDate>Thu, 01 Jul 2010 04:00:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JFalcon</title>
		<link>http://www.kernelbench.org/recompile/why-does-a-downloaded-source-code-gives-deprecated-api-message-on-compilation/comment-page-1#comment-3572</link>
		<dc:creator>JFalcon</dc:creator>
		<pubDate>Fri, 04 Dec 2009 11:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kernelbench.org/recompile/why-does-a-downloaded-source-code-gives-deprecated-api-message-on-compilation#comment-3572</guid>
		<description>Deprecated code is code that has been removed or perhaps replaced with different functionality.  Typically the way to correct this is to re-work the code so that you use newer APIs if the case is the latter.

Apparently the code that you have downloaded must be older code which was written against older APIs (Application Program Interface) or the person that wrote it was using an older compiler.

It seems that your compiler can handle the older code, provided you add the command line switch &quot;-deprecation&quot; which will allow it to compile that code without any warnings or errors about older code.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Deprecated code is code that has been removed or perhaps replaced with different functionality.  Typically the way to correct this is to re-work the code so that you use newer APIs if the case is the latter.</p>
<p>Apparently the code that you have downloaded must be older code which was written against older APIs (Application Program Interface) or the person that wrote it was using an older compiler.</p>
<p>It seems that your compiler can handle the older code, provided you add the command line switch &quot;-deprecation&quot; which will allow it to compile that code without any warnings or errors about older code.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

