<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ludum Dare &#187; compiler warnings</title>
	<atom:link href="http://www.ludumdare.com/compo/tag/compiler-warnings/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ludumdare.com/compo</link>
	<description>A tri-annual 48 hour solo game development competition.</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:14:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Strange Warnings When Compiling</title>
		<link>http://www.ludumdare.com/compo/2008/08/25/strange-warnings-when-compiling/</link>
		<comments>http://www.ludumdare.com/compo/2008/08/25/strange-warnings-when-compiling/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 01:53:42 +0000</pubDate>
		<dc:creator>SpaceManiac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[compiler warnings]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[SDL]]></category>
		<category><![CDATA[VC++]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=3491</guid>
		<description><![CDATA[Well, this is kind-of compo related, as I&#8217;m devoloping my library thing the wiki says I can have. I keep getting these warnings when compiling: 1&#62;c:\program files\microsoft visual studio 8\vc\include\xlocnum(590) : warning C4312: &#8216;type cast&#8217; : conversion from &#8216;uintptr_t&#8217; to &#8216;void *&#8217; of greater size 1&#62; c:\program files\microsoft visual studio 8\vc\include\xlocnum(566) : while compiling class [...]]]></description>
			<content:encoded><![CDATA[<p>Well, this is kind-of compo related, as I&#8217;m devoloping my library thing the wiki says I can have. I keep getting these warnings when compiling:</p>
<blockquote><p>1&gt;c:\program files\microsoft visual studio 8\vc\include\xlocnum(590) : warning C4312:<br />
&#8216;type cast&#8217; : conversion from &#8216;uintptr_t&#8217; to &#8216;void *&#8217; of greater size<br />
1&gt;        c:\program files\microsoft visual studio 8\vc\include\xlocnum(566) : while<br />
compiling class template member function &#8216;std::istreambuf_iterator&lt;_Elem,_Traits&gt;<br />
std::num_get&lt;_Elem,_InIt&gt;::do_get(_InIt,_InIt,std::ios_base &amp;,std::ios_base::iostate<br />
&amp;,void *&amp;) const&#8217;<br />
1&gt;        with<br />
1&gt;        [<br />
1&gt;            _Elem=char,<br />
1&gt;            _Traits=std::char_traits,<br />
1&gt;            _InIt=std::istreambuf_iterator&gt;<br />
1&gt;        ]<br />
1&gt;        c:\program files\microsoft visual studio 8\vc\include\xlocnum(1367) : see<br />
reference to class template instantiation &#8216;std::num_get&lt;_Elem,_InIt&gt;&#8217; being compiled<br />
1&gt;        with<br />
1&gt;        [<br />
1&gt;            _Elem=char,<br />
1&gt;            _InIt=std::istreambuf_iterator&gt;<br />
1&gt;        ]<br />
1&gt;c:\program files\microsoft visual studio 8\vc\include\xlocnum(590) : warning C4312:<br />
&#8216;type cast&#8217; : conversion from &#8216;uintptr_t&#8217; to &#8216;void *&#8217; of greater size<br />
1&gt;        c:\program files\microsoft visual studio 8\vc\include\xlocnum(566) : while<br />
compiling class template member function &#8216;std::istreambuf_iterator&lt;_Elem,_Traits&gt;<br />
std::num_get&lt;_Elem,_InIt&gt;::do_get(_InIt,_InIt,std::ios_base &amp;,std::ios_base::iostate<br />
&amp;,void *&amp;) const&#8217;<br />
1&gt;        with<br />
1&gt;        [<br />
1&gt;            _Elem=wchar_t,<br />
1&gt;            _Traits=std::char_traits,<br />
1&gt;            _InIt=std::istreambuf_iterator&gt;<br />
1&gt;        ]<br />
1&gt;        c:\program files\microsoft visual studio 8\vc\include\xlocnum(1373) : see<br />
reference to class template instantiation &#8216;std::num_get&lt;_Elem,_InIt&gt;&#8217; being compiled<br />
1&gt;        with<br />
1&gt;        [<br />
1&gt;            _Elem=wchar_t,<br />
1&gt;            _InIt=std::istreambuf_iterator&gt;<br />
1&gt;        ]</p></blockquote>
<p>Anyone know what&#8217;s going on, or how to fix it? I&#8217;m using SDL and VC++ 2005 Express.</p>
<p>And also, anyone know an easy way to keep &lt;pre&gt; tags inside the column thing? I had to find where it went over and make my own line breaks&#8230; And I don&#8217;t know if it&#8217;ll still look right if you have a different screen resolution. Thanks in advance!</p>
<p>EDIT: Aiee! I give up&#8230; I&#8217;ll just use some other type of formatting&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2008/08/25/strange-warnings-when-compiling/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

