mirror of
https://github.com/danog/ir.git
synced 2025-01-22 05:31:32 +01:00
Fix compilation warnings
This commit is contained in:
parent
d71cbd47d5
commit
04795b9f04
@ -835,6 +835,7 @@ binop_fp:
|
|||||||
return IR_IF_INT;
|
return IR_IF_INT;
|
||||||
} else {
|
} else {
|
||||||
IR_ASSERT(0 && "NIY IR_IF_FP");
|
IR_ASSERT(0 && "NIY IR_IF_FP");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case IR_GUARD:
|
case IR_GUARD:
|
||||||
case IR_GUARD_NOT:
|
case IR_GUARD_NOT:
|
||||||
|
@ -1757,6 +1757,7 @@ store_int:
|
|||||||
return IR_IF_INT;
|
return IR_IF_INT;
|
||||||
} else {
|
} else {
|
||||||
IR_ASSERT(0 && "NIY IR_IF_FP");
|
IR_ASSERT(0 && "NIY IR_IF_FP");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case IR_GUARD:
|
case IR_GUARD:
|
||||||
case IR_GUARD_NOT:
|
case IR_GUARD_NOT:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user