On 8/21/2016 11:19 PM, Martin Storsjö wrote:
> On Sun, 21 Aug 2016, David Wohlferd wrote:
>
>> By definition, functions with variable numbers of parameters cannot be
>> stdcall.  Clang complains (warning: stdcall calling convention ignored on
>> variadic function).
>>
>> Attached.
> Seems ok to me. I assume GCC did the same, ignored the attribute since it
> couldn't apply? Or were these functions just inlined in all cases where
> anybody ever used them, so it never mattered?

It has to be (silently) ignoring them.

As my expert on patch etiquette, I have a question for you.  When 
posting a patch, does one traditionally include all the files that will 
be in the push?  Or do you skip the 'generated' files to make the review 
easier?

dw

------------------------------------------------------------------------------
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to