fix warning
This commit is contained in:
parent
df0986eb45
commit
e2bd922f8b
@ -825,7 +825,7 @@ void PrintNodeQueue(Queue q , extmanager MyManager){
|
|||||||
/* will be changed at later stage */
|
/* will be changed at later stage */
|
||||||
static extmanager * ineedtostorethatsomehow;
|
static extmanager * ineedtostorethatsomehow;
|
||||||
int comparator(void *av, void *bv){
|
int comparator(void *av, void *bv){
|
||||||
int ret;
|
int ret = 0;
|
||||||
DdNode* a = (DdNode*)av;
|
DdNode* a = (DdNode*)av;
|
||||||
DdNode* b = (DdNode*)bv;
|
DdNode* b = (DdNode*)bv;
|
||||||
int aindex,bindex, aperm, bperm;
|
int aindex,bindex, aperm, bperm;
|
||||||
|
@ -100,7 +100,7 @@ namespace Gecode { namespace Disjunctor_ {
|
|||||||
// list.
|
// list.
|
||||||
//=========================================================================
|
//=========================================================================
|
||||||
|
|
||||||
class BasicForwarder;
|
struct BasicForwarder;
|
||||||
using Int::IntView;
|
using Int::IntView;
|
||||||
using Int::BoolView;
|
using Int::BoolView;
|
||||||
using Set::SetView;
|
using Set::SetView;
|
||||||
|
Reference in New Issue
Block a user