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? // Martin ------------------------------------------------------------------------------ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
