<div dir="ltr">This isn't enough information to figure out what the problem is. Do you have a code sample you can share? Try pre-processing the source file and look at the lines referenced in the error message. It may be that __cdecl is conditionally defined in a macro, and that macro is in a position that clang doesn't recognize but MSVC does.</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 6, 2017 at 3:58 PM, Roberto Della Pasqua via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-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"><div lang="IT" link="#0563C1" vlink="#954F72"><div class="m_3293092685484196825WordSection1"><p class="MsoNormal" style="margin-bottom:12.0pt">Hello, I'm a newbie of clang and c++, <br>I have a library that compiles fine with clang 64bit (llvm4), but with clang 32 bit I get many errors all related with _cdecl exports (_warning: '__cdecl' only applies to  function types; type here is 'int' [-Wignored-attributes] ), <br>how to solve it and build static objects with all the cdecl exports? <br>Thank you <br><span class="HOEnZb"><font color="#888888">R. <u></u><u></u></font></span></p><p class="MsoNormal"><u></u> <u></u></p></div></div><br>______________________________<wbr>_________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org">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/<wbr>mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>