I have just submitted r158411 which should make this work.<br><br><div class="gmail_quote">On Tue, Jun 12, 2012 at 2:13 AM, Jeff Walden <span dir="ltr"><<a href="mailto:jwalden+clang@mit.edu" target="_blank">jwalden+clang@mit.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 06/11/2012 01:22 PM, Chandler Carruth wrote:<br>
> __attribute__((unused)) should work?<br>
<br>
That doesn't work.  I tried the trick on SpiderMonkey today in a case where we were using a private field to pad a class to a particular size, and I got this:<br>
<br>
> ../vm/String.h:588:20: warning: 'unused' attribute only applies to variables, functions and labels<br>
<br>
So __attribute__((unused)) definitely doesn't work on fields right now.  It probably should.  Whether that's the right fix for this particular case where the warning's not useful, I dunno.<br>
<span class="HOEnZb"><font color="#888888"><br>
Jeff<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</div></div></blockquote></div><br>