The logging macros make use of GCC (and compatible) variadic macros. While there are ifdefs for Solaris Studio using C99 variadic macros, they don't compile and seem to be suffering from bit rot.
There are a couple ways to address this:
ifdef __SUNPRO_C
portion which would introduce no changes for the GCC build but would have more longterm maintenance overheadI'll be happy to submit a pull request for either approach.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.