<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>LeafLabs Garden &#187; Topic: Unused/Unreferenced variable(s) flags (in red) the compiler during upload.</title>
		<link>http://forums.leaflabs.com/topic.php?id=232</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:12:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=232" rel="self" type="application/rss+xml" />

		<item>
			<title>poslathian on "Unused/Unreferenced variable(s) flags (in red) the compiler during upload."</title>
			<link>http://forums.leaflabs.com/topic.php?id=232#post-1925</link>
			<pubDate>Fri, 22 Oct 2010 12:17:31 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">1925@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Whats actually going on here is compiler warnings are getting parsed incorrectly by the IDE, causing the IDE to report non-existent errors on the wrong lines. We have initiated a fairly massive redo of how compiler output is read in by the IDE in 0.1.0
&#60;/p&#62;</description>
		</item>
		<item>
			<title>leaflabsandy on "Unused/Unreferenced variable(s) flags (in red) the compiler during upload."</title>
			<link>http://forums.leaflabs.com/topic.php?id=232#post-1914</link>
			<pubDate>Thu, 21 Oct 2010 19:21:35 +0000</pubDate>
			<dc:creator>leaflabsandy</dc:creator>
			<guid isPermaLink="false">1914@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Bump
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crenn on "Unused/Unreferenced variable(s) flags (in red) the compiler during upload."</title>
			<link>http://forums.leaflabs.com/topic.php?id=232#post-1737</link>
			<pubDate>Sun, 10 Oct 2010 17:58:37 +0000</pubDate>
			<dc:creator>crenn</dc:creator>
			<guid isPermaLink="false">1737@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I've seen this issue as well, the code seems to finish compiling and downloads to the board. Any updates to this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>leaflabsandy on "Unused/Unreferenced variable(s) flags (in red) the compiler during upload."</title>
			<link>http://forums.leaflabs.com/topic.php?id=232#post-1706</link>
			<pubDate>Fri, 08 Oct 2010 07:33:20 +0000</pubDate>
			<dc:creator>leaflabsandy</dc:creator>
			<guid isPermaLink="false">1706@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Unused/Unreferenced variable(s) flags (in red) the compiler during upload.&#60;/p&#62;
&#60;p&#62;Compiler error/warning message during upload:&#60;br /&#62;
-------------------------------------------&#60;br /&#62;
Going to build using 'armcompiler' (ARM)&#60;br /&#62;
	Compiling core...&#60;br /&#62;
	No libraries to compile.&#60;br /&#62;
	Compiling the sketch...&#60;/p&#62;
&#60;p&#62; In function 'void loop()': &#38;lt;------------- unknown error (in red)&#60;/p&#62;
&#60;p&#62;	Linking...&#60;br /&#62;
	Computing sketch size...&#60;br /&#62;
-------------------------------------------&#60;/p&#62;
&#60;p&#62;I have mention this problem before in another topic:&#60;br /&#62;
Link: &#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=117&#34; rel=&#34;nofollow&#34;&#62;http://forums.leaflabs.com/topic.php?id=117&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;The code (below) will cause the compiler to indicate &#34;in red&#34; a problem during&#60;br /&#62;
the &#34;upload&#34; process.&#60;br /&#62;
Note: This compiler error does not show up during the normal compile process.&#60;/p&#62;
&#60;p&#62;This problem is more of a nuisance problem because it still allows the code to be uploaded BUT for a newbee it could be confusing.&#60;/p&#62;
&#60;p&#62;-----------------------------&#60;br /&#62;
Code&#60;/p&#62;
&#60;p&#62;void setup() {&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;void loop() {&#60;br /&#62;
 char i;&#60;/p&#62;
&#60;p&#62;  //for (;;) //&#38;lt;---------------- insert this code will make the complier error disappear.&#60;br /&#62;
  //{&#60;br /&#62;
    //for (i = 0; i &#38;lt; 19; i++)&#60;br /&#62;
    //{&#60;br /&#62;
    //}&#60;br /&#62;
 // }&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
-----------------------------&#60;br /&#62;
Platform: Windows XP/SP3&#60;br /&#62;
IDE: 0.0.8&#60;/p&#62;
&#60;p&#62;Compiler questions:&#60;/p&#62;
&#60;p&#62;#1. Does Leaflabs provide warnings from the compile process?&#60;br /&#62;
    What color are the warning(s) in?&#60;br /&#62;
#2. Can the warnings (if used) be stopped via preference flags?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
