This is now triggering lots of warnings:<br><br><div class="gmail_quote">On Mon, Jul 4, 2011 at 2:57 PM, Joerg Sonnenberger <span dir="ltr"><<a href="mailto:joerg@bec.de">joerg@bec.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
+    switch (getTriple().getOS()) {</blockquote></div><br>lib/Basic/Targets.cpp:805:13: error: 17 enumeration values not handled in switch: 'UnknownOS', 'AuroraUX', 'Cygwin'... [-Werror,-Wswitch-enum]<br>
<br><div><br></div><div>If you're going to convert all of these to switches, you need to fully expand the enums.</div>