chiark
/
gitweb
/
~mdw
/
catacomb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use the shiny new `mLib' warning-control macros.
[catacomb]
/
math
/
group-test.c
diff --git
a/math/group-test.c
b/math/group-test.c
index 7cd0cd2574ada784f0b9061186ef2e61834e0a15..8541b48530ab6ea0191e8809f6d669de9f7bf9d2 100644
(file)
--- a/
math/group-test.c
+++ b/
math/group-test.c
@@
-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);