<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 21, 2014 at 7:16 PM, Filipe Cabecinhas <span dir="ltr"><<a href="mailto:me@filcab.net" target="_blank">me@filcab.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":for" class="a3s" style="overflow:hidden">Silence gcc's -Wcomment<br>
<br>
gcc's (4.7, I think) -Wcomment warning is not "as smart" as clang's and<br>
warns even if the line right after the backslash-newline sequence only has<br>
a line comment that starts at the beginning of the line.</div></blockquote></div><br>No, please don't do this... Just turn off the warning when using GCC if it is causing problems. Don't introduce c-style comments just to work around this, they're really ugly.</div></div>