On Mon, Oct 22, 2012 at 4:52 PM, Simon Peyton-Jones <span dir="ltr">&lt;<a href="mailto:simonpj@microsoft.com" target="_blank">simonpj@microsoft.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":1mr">But if the will of the masses is to silently and forever make Rank2Types=RankNtypes (documented of course), that&#39;s ok with me.  It just seems odd.  I thought that&#39;s what deprecation was *for*.<br></div>
</blockquote></div><br><div>An alternative would be to have a mechanism for saying &quot;-Wall -Werror, except for these cases&quot;. I think maybe -fwarn-warnings-deprecations is intended to do that, though really what I want to be able to say is &quot;suppress *only* warnings about the deprecation of thing X&quot; or perhaps &quot;continue to issue a warning about this, but don&#39;t make it an error even if -Werror&quot;. Obviously having granularity that fine comes with a cost in implementation complexity (and it&#39;s not exactly a fun feature to work on), so I&#39;m suggesting that this be done so much as exploring the solution space. (This is the sort of granularity that many commercial compilers provide.)</div>