<?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"
	>
<channel>
	<title>Comments on: The Essential Noisy Debug Hook for Qt</title>
	<atom:link href="http://hostilefork.com/2012/10/02/the-essential-noisy-debug-hook-for-qt/feed/" rel="self" type="application/rss+xml" />
	<link>http://hostilefork.com/2012/10/02/the-essential-noisy-debug-hook-for-qt/</link>
	<description>a disgruntled developer taking a stand in the information multiverse</description>
	<pubDate>Fri, 24 May 2013 03:01:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Hostile Fork</title>
		<link>http://hostilefork.com/2012/10/02/the-essential-noisy-debug-hook-for-qt/#comment-1324</link>
		<dc:creator>Hostile Fork</dc:creator>
		<pubDate>Sat, 17 Nov 2012 21:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://hostilefork.com/?p=162#comment-1324</guid>
		<description>@DavidStone: Done!</description>
		<content:encoded><![CDATA[<p>@DavidStone: Done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Stone</title>
		<link>http://hostilefork.com/2012/10/02/the-essential-noisy-debug-hook-for-qt/#comment-1323</link>
		<dc:creator>David Stone</dc:creator>
		<pubDate>Fri, 16 Nov 2012 01:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://hostilefork.com/?p=162#comment-1323</guid>
		<description>A better stackoverflow post to link to about warnings is probably this one: http://stackoverflow.com/questions/5088460/flags-to-enable-thorough-and-verbose-g-warnings/9862800#9862800

Of course, I may be biased because that is my post, but I used the page you linked as a starting point. I then went through the gcc documentation, removed warnings that were implied by other warnings and added anything that was missing. I then removed a few "bad warnings" and documented why I did so.</description>
		<content:encoded><![CDATA[<p>A better stackoverflow post to link to about warnings is probably this one: <a href="http://stackoverflow.com/questions/5088460/flags-to-enable-thorough-and-verbose-g-warnings/9862800#9862800" rel="nofollow" target="_blank" class="liexternal">http://stackoverflow.com/questions/5088460/flags-to-enable-thorough-and-verbose-g-warnings/9862800#9862800</a></p>
<p>Of course, I may be biased because that is my post, but I used the page you linked as a starting point. I then went through the gcc documentation, removed warnings that were implied by other warnings and added anything that was missing. I then removed a few &#8220;bad warnings&#8221; and documented why I did so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hostile Fork</title>
		<link>http://hostilefork.com/2012/10/02/the-essential-noisy-debug-hook-for-qt/#comment-1322</link>
		<dc:creator>Hostile Fork</dc:creator>
		<pubDate>Thu, 15 Nov 2012 04:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://hostilefork.com/?p=162#comment-1322</guid>
		<description>@kkoehne Indeed, thanks!  Oddly enough I'd done this in my &lt;a href="http://hostilefork.com/hoist/" rel="nofollow"&gt;Hoist&lt;/a&gt; library, so I was actually using an abstraction other than &lt;code&gt;QMessageBox&lt;/code&gt; which handled that case.  I just forgot to mention it in the initial post!

I've updated with an alternative that will abort on any non-debug-spew information in a worker thread, so you know what's going on!  Seems better than sweeping it under the rug, but that's how I feel about compiler warnings too...</description>
		<content:encoded><![CDATA[<p>@kkoehne Indeed, thanks!  Oddly enough I&#8217;d done this in my <a href="http://hostilefork.com/hoist/" rel="nofollow" class="liinternal">Hoist</a> library, so I was actually using an abstraction other than <code>QMessageBox</code> which handled that case.  I just forgot to mention it in the initial post!</p>
<p>I&#8217;ve updated with an alternative that will abort on any non-debug-spew information in a worker thread, so you know what&#8217;s going on!  Seems better than sweeping it under the rug, but that&#8217;s how I feel about compiler warnings too&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kkoehne</title>
		<link>http://hostilefork.com/2012/10/02/the-essential-noisy-debug-hook-for-qt/#comment-1315</link>
		<dc:creator>kkoehne</dc:creator>
		<pubDate>Sun, 07 Oct 2012 12:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://hostilefork.com/?p=162#comment-1315</guid>
		<description>How about just getting the Connection error fixed upstream (Qt 5)?

Anyhow, to make your code bullet proof you should probably check whether the message handler is actually called from the GUI thread before trying to pop up the message box.</description>
		<content:encoded><![CDATA[<p>How about just getting the Connection error fixed upstream (Qt 5)?</p>
<p>Anyhow, to make your code bullet proof you should probably check whether the message handler is actually called from the GUI thread before trying to pop up the message box.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
