<?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: Warnings considered useful</title>
	<atom:link href="http://msinilo.pl/blog/?feed=rss2&#038;p=183" rel="self" type="application/rss+xml" />
	<link>http://msinilo.pl/blog/?p=183</link>
	<description>Random gamedev ramblings</description>
	<lastBuildDate>Sun, 05 Sep 2010 06:59:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Older, Not Wiser &#171; What Makes You Think I&#8217;m Not</title>
		<link>http://msinilo.pl/blog/?p=183&#038;cpage=1#comment-7490</link>
		<dc:creator>Older, Not Wiser &#171; What Makes You Think I&#8217;m Not</dc:creator>
		<pubDate>Wed, 12 Nov 2008 22:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://msinilo.pl/blog/?p=183#comment-7490</guid>
		<description>[...] sort of a compiler warning week, I guess. Anyway, I noticed over here at .mischief.mayhem.soap that there&#8217;s actually a /Wall for Visual Studio. It&#8217;s not in the UI, but you can turn [...]</description>
		<content:encoded><![CDATA[<p>[...] sort of a compiler warning week, I guess. Anyway, I noticed over here at .mischief.mayhem.soap that there&#8217;s actually a /Wall for Visual Studio. It&#8217;s not in the UI, but you can turn [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacek Wesołowski</title>
		<link>http://msinilo.pl/blog/?p=183&#038;cpage=1#comment-6892</link>
		<dc:creator>Jacek Wesołowski</dc:creator>
		<pubDate>Wed, 08 Oct 2008 01:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://msinilo.pl/blog/?p=183#comment-6892</guid>
		<description>I hope I didn&#039;t mess up too many details. It all happened some time ago, and the memory inhibition mechanism is starting to kick in. Treat it as a fairy tale rather than accurate report.

I would also like to point out that in the latest &quot;Duży Lotek&quot; lottery I hit 1 of 6 and 0 of 6.</description>
		<content:encoded><![CDATA[<p>I hope I didn&#8217;t mess up too many details. It all happened some time ago, and the memory inhibition mechanism is starting to kick in. Treat it as a fairy tale rather than accurate report.</p>
<p>I would also like to point out that in the latest &#8220;Duży Lotek&#8221; lottery I hit 1 of 6 and 0 of 6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gear Links &#124; Programmer's Log</title>
		<link>http://msinilo.pl/blog/?p=183&#038;cpage=1#comment-6875</link>
		<dc:creator>Gear Links &#124; Programmer's Log</dc:creator>
		<pubDate>Mon, 06 Oct 2008 20:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://msinilo.pl/blog/?p=183#comment-6875</guid>
		<description>[...] Warnings considered useful I like maximum warnings when using compiled code because it helps to weed out the idiocies of programming, and this developer gives Windows developers some good pointers. [...]</description>
		<content:encoded><![CDATA[<p>[...] Warnings considered useful I like maximum warnings when using compiled code because it helps to weed out the idiocies of programming, and this developer gives Windows developers some good pointers. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: js</title>
		<link>http://msinilo.pl/blog/?p=183&#038;cpage=1#comment-6871</link>
		<dc:creator>js</dc:creator>
		<pubDate>Mon, 06 Oct 2008 08:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://msinilo.pl/blog/?p=183#comment-6871</guid>
		<description>Gamasutra&#039;s comments make me think of a Vendetta. A place for blood and revenge...</description>
		<content:encoded><![CDATA[<p>Gamasutra&#8217;s comments make me think of a Vendetta. A place for blood and revenge&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ed</title>
		<link>http://msinilo.pl/blog/?p=183&#038;cpage=1#comment-6849</link>
		<dc:creator>ed</dc:creator>
		<pubDate>Sat, 04 Oct 2008 20:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://msinilo.pl/blog/?p=183#comment-6849</guid>
		<description>Weird indeed. Many of those seems to be pretty useful (except C4061 :) ). Recently I have also found weird behavior of the MSVC. There was a obvious divide by zero &quot;#define VAL 0&quot;, &quot;int a = counter / VAL;&quot; and compiler didn&#039;t gave any warnings. What was more strange, I&#039;ve found out about this, after I&#039;ve turned on &quot;Whole Program Optimization&quot; and linker gave me a warning.

@PS: I loved the comment &quot;At MobyGames resumes, you&#039;ll find Andre Garcia, a QA tester for nearly a decade, quickly went from nothing, to a design lead position&quot;... that sounds familiar... where did I saw that ? .. Ah yes... :) Seems like one of the polish companies copies &quot;what&#039;s the best EA has to offer&quot;.</description>
		<content:encoded><![CDATA[<p>Weird indeed. Many of those seems to be pretty useful (except C4061 :) ). Recently I have also found weird behavior of the MSVC. There was a obvious divide by zero &#8220;#define VAL 0&#8243;, &#8220;int a = counter / VAL;&#8221; and compiler didn&#8217;t gave any warnings. What was more strange, I&#8217;ve found out about this, after I&#8217;ve turned on &#8220;Whole Program Optimization&#8221; and linker gave me a warning.</p>
<p>@PS: I loved the comment &#8220;At MobyGames resumes, you&#8217;ll find Andre Garcia, a QA tester for nearly a decade, quickly went from nothing, to a design lead position&#8221;&#8230; that sounds familiar&#8230; where did I saw that ? .. Ah yes&#8230; :) Seems like one of the polish companies copies &#8220;what&#8217;s the best EA has to offer&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
