Original Post
Hey folks, I'm wanting to use some C99-style variadic macros (on compilers that support it) for writing tests. GCC (g++) supports them, for example, but always gives me a warning such as:
warning: anonymous variadic macros were introduced in C99
Is there any way to shut it up?