From d9d94073d1b2f54f608468de2d5c6b4e9685b9c1 Mon Sep 17 00:00:00 2001 From: ccremers Date: Tue, 20 Jul 2004 13:01:58 +0000 Subject: [PATCH] - Finally solved the stupid warning. --- src/match_basic.c | 2 +- src/match_clp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/match_basic.c b/src/match_basic.c index 85c3cad..1085525 100644 --- a/src/match_basic.c +++ b/src/match_basic.c @@ -22,7 +22,7 @@ candidates (const Knowledge know) struct fvpass { - int (*solution) (struct fvpass, Knowledge); + int (*solution)(); System sys; int run; diff --git a/src/match_clp.c b/src/match_clp.c index bd62e13..97d1c37 100644 --- a/src/match_clp.c +++ b/src/match_clp.c @@ -21,7 +21,7 @@ struct solvepass { - int (*solution) (struct solvepass, Constraintlist); + int (*solution)(); System sys; int run;