default for switch
This commit is contained in:
parent
203087d6d7
commit
31f88a9c9b
@ -126,8 +126,8 @@ static int compare(void *a, void *b)
|
|||||||
case MP_LT: return LTC_MP_LT;
|
case MP_LT: return LTC_MP_LT;
|
||||||
case MP_EQ: return LTC_MP_EQ;
|
case MP_EQ: return LTC_MP_EQ;
|
||||||
case MP_GT: return LTC_MP_GT;
|
case MP_GT: return LTC_MP_GT;
|
||||||
|
default: return 0;
|
||||||
}
|
}
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int compare_d(void *a, unsigned long b)
|
static int compare_d(void *a, unsigned long b)
|
||||||
@ -139,8 +139,8 @@ static int compare_d(void *a, unsigned long b)
|
|||||||
case MP_LT: return LTC_MP_LT;
|
case MP_LT: return LTC_MP_LT;
|
||||||
case MP_EQ: return LTC_MP_EQ;
|
case MP_EQ: return LTC_MP_EQ;
|
||||||
case MP_GT: return LTC_MP_GT;
|
case MP_GT: return LTC_MP_GT;
|
||||||
|
default: return 0;
|
||||||
}
|
}
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int count_bits(void *a)
|
static int count_bits(void *a)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user