Use the shiny new `mLib' warning-control macros.
[u/mdw/catacomb] / math / group-test.c
index 7cd0cd2..8541b48 100644 (file)
@@ -75,8 +75,9 @@ static void showmp(const char *p, mp *x, int r) {
   putc('\n', stderr);
 }
 
-static int check(const char *op, const char *gd, group *g,
-                ge *r, ge *c, ...) {
+static int EXECL_LIKE(0)
+  check(const char *op, const char *gd, group *g, ge *r, ge *c, ...)
+{
   va_list ap;
 
   if (G_EQ(g, r, c)) return (1);