Fix a warning from GCC - 'ALIAS' was unhandled in the switch stmt.
This commit is contained in:
parent
b633b8d0d3
commit
c958d63897
@ -213,8 +213,10 @@ doComparison (const SGPropertyNode * left, const SGPropertyNode *right)
|
||||
return SGComparisonCondition::EQUALS;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
throw sg_exception("condition: unrecognized node type in comparison");
|
||||
}
|
||||
throw sg_exception("condition: unrecognized node type in comparison");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user