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 */
|
||||
static extmanager * ineedtostorethatsomehow;
|
||||
int comparator(void *av, void *bv){
|
||||
int ret;
|
||||
int ret = 0;
|
||||
DdNode* a = (DdNode*)av;
|
||||
DdNode* b = (DdNode*)bv;
|
||||
int aindex,bindex, aperm, bperm;
|
||||
|
@ -100,7 +100,7 @@ namespace Gecode { namespace Disjunctor_ {
|
||||
// list.
|
||||
//=========================================================================
|
||||
|
||||
class BasicForwarder;
|
||||
struct BasicForwarder;
|
||||
using Int::IntView;
|
||||
using Int::BoolView;
|
||||
using Set::SetView;
|
||||
|
Reference in New Issue
Block a user