mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
Poincare: Remove a warning
Change-Id: I744af914384adc2c75f7773dd06a17e7c30d5816
This commit is contained in:
@@ -5,7 +5,7 @@ extern "C" {
|
||||
}
|
||||
|
||||
Expression * SimplificationGenerator::AddIntegers(Expression ** parameters, int numberOfParameters) {
|
||||
Integer * result = new Integer(0);
|
||||
Integer * result = new Integer((native_int_t)0);
|
||||
for (int i=0; i<numberOfParameters; i++) {
|
||||
assert(parameters[i]->type() == Expression::Type::Integer);
|
||||
// FIXME: get rid of this operator overloading.
|
||||
|
||||
Reference in New Issue
Block a user