<div dir="ltr">Looks like the GCC version of this warning is spelled:<br><br><dt style="font-family:Times;font-size:medium"><code>-Wno-cpp</code></dt><dd style="font-family:Times;font-size:medium"><p><span class="inbox-inbox-roman">(C, Objective-C, C++, Objective-C++ and Fortran only)</span></p><p>Suppress warning messages emitted by<span class="inbox-inbox-Apple-converted-space"> </span><code>#warning</code><span class="inbox-inbox-Apple-converted-space"> </span>directives.</p></dd><div>Perhaps we could/should provide a matching alias.</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jun 1, 2017 at 2:37 AM Marc Espie via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Have you ever tried passing that option through any kind of configure<br>
mechanism on a Unix-like system ?<br>
<br>
You can expect hilarious results.<br>
<br>
- make needs quoting twice, as # is a comment, e.g., you need something<br>
like<br>
<br>
CFLAGS = '-Wno-\#warnings'<br>
<br>
- I still haven't the faintest idea how you're supposed to pass it thru<br>
a configure script without getting any hilarious errors.<br>
<br>
<br>
Could it be considered having an alternative name for that option, like<br>
-Wno-sharp-warnings, just so that people actually wanting to use it<br>
can have a less painful life ?<br>
<br>
<br>
--<br>
        Marc Espie<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
</blockquote></div>