The check.h header uses GCC specific variadic argument macros (, ## VA_ARGS) to implement certain assert functions. I think it might be possible to rewrite the macros so that they just use standard C90 macros and therefore support more compilers.
Is this something you would be interesting in receiving a patch for?
Certainly! Give it a shot and let us know if you come up with a better
solution. Currently before releases we compile using gcc, clang, and
Microsoft's Visual Studios. If there is another compiler you have access to
which could also be checked that is of interest to you, I would be
interested in hearing the result.
On Wed, Apr 29, 2015 at 10:25 AM, Matt Clarkson mattyclarkson@users.sf.net
wrote:
Related
Bugs: #104