- Finally solved the stupid warning.
This commit is contained in:
parent
b570ca2d8a
commit
d9d94073d1
@ -22,7 +22,7 @@ candidates (const Knowledge know)
|
||||
|
||||
struct fvpass
|
||||
{
|
||||
int (*solution) (struct fvpass, Knowledge);
|
||||
int (*solution)();
|
||||
|
||||
System sys;
|
||||
int run;
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
struct solvepass
|
||||
{
|
||||
int (*solution) (struct solvepass, Constraintlist);
|
||||
int (*solution)();
|
||||
|
||||
System sys;
|
||||
int run;
|
||||
|
Loading…
Reference in New Issue
Block a user