<?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: Gotcha: GCC and Unused Values</title>
	<atom:link href="http://MacDeveloperTips.com/xcode/gotcha-gcc-and-unused-values.html/feed" rel="self" type="application/rss+xml" />
	<link>http://MacDeveloperTips.com/xcode/gotcha-gcc-and-unused-values.html</link>
	<description>Tips, tools and code for iPhone and Mac developers.</description>
	<lastBuildDate>Fri, 30 Jul 2010 22:59:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Glenn</title>
		<link>http://MacDeveloperTips.com/xcode/gotcha-gcc-and-unused-values.html/comment-page-1#comment-716</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Wed, 29 Apr 2009 19:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=267#comment-716</guid>
		<description>I would expect &quot;x -+ 1&quot; to treat the + as a unary operator, making the expression &quot;x - (+1)&quot;.

No, it&#039;s not an Objective-C thing; the expression compiles just fine (and works as postulated above) in standard C.</description>
		<content:encoded><![CDATA[<p>I would expect &#8220;x -+ 1&#8243; to treat the + as a unary operator, making the expression &#8220;x &#8211; (+1)&#8221;.</p>
<p>No, it&#8217;s not an Objective-C thing; the expression compiles just fine (and works as postulated above) in standard C.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://MacDeveloperTips.com/xcode/gotcha-gcc-and-unused-values.html/comment-page-1#comment-701</link>
		<dc:creator>john</dc:creator>
		<pubDate>Tue, 07 Apr 2009 03:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=267#comment-701</guid>
		<description>Like yourself, I was surprised this even compiled, which is essentially the reason for the post. I made this as a typo and it took some time to track down the problem...</description>
		<content:encoded><![CDATA[<p>Like yourself, I was surprised this even compiled, which is essentially the reason for the post. I made this as a typo and it took some time to track down the problem&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://MacDeveloperTips.com/xcode/gotcha-gcc-and-unused-values.html/comment-page-1#comment-700</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Tue, 07 Apr 2009 02:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=267#comment-700</guid>
		<description>What exactly is the -+ operator? Is it an Objective-C thing? I wouldn&#039;t have expected the above code to even compile.</description>
		<content:encoded><![CDATA[<p>What exactly is the -+ operator? Is it an Objective-C thing? I wouldn&#8217;t have expected the above code to even compile.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
