fix warning

This commit is contained in:
Vítor Santos Costa 2014-02-12 00:34:40 +00:00
parent df0986eb45
commit e2bd922f8b
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -100,7 +100,7 @@ namespace Gecode { namespace Disjunctor_ {
// list.
//=========================================================================
class BasicForwarder;
struct BasicForwarder;
using Int::IntView;
using Int::BoolView;
using Set::SetView;