<?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>Where&#039;s Walden? &#187; offered without comment</title>
	<atom:link href="http://whereswalden.com/tag/offered-without-comment/feed/" rel="self" type="application/rss+xml" />
	<link>http://whereswalden.com</link>
	<description>Mozilla, politics, economics, law, backpacking, cycling, and other random desiderata</description>
	<lastBuildDate>Thu, 03 May 2012 09:13:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Seen during a recent compile of mozilla-central with Clang, offered without comment</title>
		<link>http://whereswalden.com/2011/12/15/seen-during-a-recent-compile-of-mozilla-central-with-clang-offered-without-comment/</link>
		<comments>http://whereswalden.com/2011/12/15/seen-during-a-recent-compile-of-mozilla-central-with-clang-offered-without-comment/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 03:56:15 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[beard]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[offered without comment]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://whereswalden.com/?p=3633</guid>
		<description><![CDATA[TestStartupCache.cpp /home/jwalden/moz/inttypes/startupcache/test/TestStartupCache.cpp:119:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] char* buf = "Market opportunities for BeardBook"; ^ /home/jwalden/moz/inttypes/startupcache/test/TestStartupCache.cpp:120:14: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] char* id = "id"; ^ /home/jwalden/moz/inttypes/startupcache/test/TestStartupCache.cpp:148:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] char* buf = "BeardBook competitive [...]]]></description>
			<content:encoded><![CDATA[<pre class="code">
TestStartupCache.cpp
<strong>/home/jwalden/moz/inttypes/startupcache/test/TestStartupCache.cpp:119:15</strong>: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
  char* buf = "Market opportunities for BeardBook";
              ^
<strong>/home/jwalden/moz/inttypes/startupcache/test/TestStartupCache.cpp:120:14</strong>: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
  char* id = "id";
             ^
<strong>/home/jwalden/moz/inttypes/startupcache/test/TestStartupCache.cpp:148:15</strong>: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
  char* buf = "BeardBook competitive analysis";
              ^
<strong>/home/jwalden/moz/inttypes/startupcache/test/TestStartupCache.cpp:149:14</strong>: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
  char* id = "id";
             ^
<strong>/home/jwalden/moz/inttypes/startupcache/test/TestStartupCache.cpp:197:14</strong>: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
  char* id = "id";
             ^
<strong>/home/jwalden/moz/inttypes/startupcache/test/TestStartupCache.cpp:288:15</strong>: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
  char* buf = "Find your soul beardmate on BeardBook";
              ^
<strong>/home/jwalden/moz/inttypes/startupcache/test/TestStartupCache.cpp:289:14</strong>: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
  char* id = "id";
             ^
<strong>/home/jwalden/moz/inttypes/startupcache/test/TestStartupCache.cpp:323:12</strong>: warning: unused variable 'rv2' [-Wunused-variable]
  nsresult rv2;
           ^
8 warnings generated.
</pre>
]]></content:encoded>
			<wfw:commentRss>http://whereswalden.com/2011/12/15/seen-during-a-recent-compile-of-mozilla-central-with-clang-offered-without-comment/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Working on the JS engine, Episode III: offered without comment</title>
		<link>http://whereswalden.com/2010/02/26/working-on-the-js-engine-episode-iii-offered-without-comment/</link>
		<comments>http://whereswalden.com/2010/02/26/working-on-the-js-engine-episode-iii-offered-without-comment/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 03:05:56 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[macros]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[offered without comment]]></category>
		<category><![CDATA[spidermonkey]]></category>
		<category><![CDATA[working on the js engine]]></category>
		<category><![CDATA[__LINE__]]></category>

		<guid isPermaLink="false">http://whereswalden.com/?p=1410</guid>
		<description><![CDATA[#define WORKAROUND(cx_, saver_) \ Workaround WORKAROUND_PASTE(w_, __LINE__)((cx_), (saver_)) #define WORKAROUND_PASTE(a_, b_) WORKAROUND_PASTE2(a_, b_) #define WORKAROUND_PASTE2(a_, b_) a_ ## b_ /* having fun yet? */ #define SAVER(cx_, saver_) \ AutoValueRooter saver_(cx_); \ WORKAROUND((cx_), (saver_));]]></description>
			<content:encoded><![CDATA[<pre class="code" data-language="c++">#define WORKAROUND(cx_, saver_)                                               \
    Workaround WORKAROUND_PASTE(w_, __LINE__)((cx_), (saver_))
#define WORKAROUND_PASTE(a_, b_) WORKAROUND_PASTE2(a_, b_)
#define WORKAROUND_PASTE2(a_, b_) a_ ## b_ /* having fun yet? */
#define SAVER(cx_, saver_)                                                    \
    AutoValueRooter saver_(cx_);                                              \
    WORKAROUND((cx_), (saver_));</pre>
]]></content:encoded>
			<wfw:commentRss>http://whereswalden.com/2010/02/26/working-on-the-js-engine-episode-iii-offered-without-comment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

