<div dir="ltr"><span style="font-size:12.8px;white-space:nowrap">Krzysztof,</span><div><span style="font-size:12.8px;white-space:nowrap"><br></span></div><div><span style="font-size:12.8px;white-space:nowrap">Thanks for the response.</span></div><div><span style="font-size:12.8px;white-space:nowrap"><br></span></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="font-size:12.8px">You're probably using an old clang.</span></blockquote><div><br></div><div>You're right about that. Sadly, I'm stuck with it. </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="font-size:12.8px">If you can change the source, you could make it "switch ((int)(argc == 2))".</span></blockquote><div><br></div><div>I think that will have to do. Thank you!</div><div><br></div><div>-Max</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 29, 2016 at 12:53 PM, Krzysztof Parzyszek via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 3/29/2016 11:44 AM, Max Ruttenberg via llvm-dev wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I've looked online and saw some post mentioning that this warning is named<br>
"switch-bool" but clang doesn't seem to know that.<br>
</blockquote>
<br></span>
You're probably using an old clang. There is an option "-Wno-switch-bool" that turns this warning off, but if your clang does not understand it, there may be no other way of disabling it. Alternatively, you could try -w, but that would turn off all warnings.<br>
<br>
If you can change the source, you could make it "switch ((int)(argc == 2))".<span class="HOEnZb"><font color="#888888"><br>
<br>
-Krzysztof<br>
<br>
-- <br>
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</font></span></blockquote></div><br><div><br></div>
</div></div>