<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">ok '-x c++' is getting rid of the warning.<br>
<br>
asterix:/home/balay/junk>clang sizeof.c<br>
asterix:/home/balay/junk>clang++ sizeof.c<br>
<div class="im">clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated<br>
</div>asterix:/home/balay/junk>clang++ -x c++ sizeof.c<br>
asterix:/home/balay/junk></blockquote><div><br></div><div>Yes, and the other way works too:</div><div><br></div><div>$ clang++ -x c sizeof.c</div><div><br></div><div>Sean</div></div>