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