kecookier opened a new pull request, #5797:
URL: https://github.com/apache/incubator-gluten/pull/5797
## What changes were proposed in this pull request?
Fix warnings caused by -Wunused-but-set-variable
```
/root/gluten-ups/cpp/velox/substrait/SubstraitToVeloxPlan.cc:2224:90:
required from here
/root/gluten-ups/cpp/velox/substrait/SubstraitToVeloxPlan.cc:2161:10:
warning: variable ‘lowerUnbounded’ set but not used [-Wunused-but-set-variable]
2161 | bool lowerUnbounded = true;
| ^~~~~~~~~~~~~~
/root/gluten-ups/cpp/velox/substrait/SubstraitToVeloxPlan.cc:2162:10: warning:
variable ‘upperUnbounded’ set but not used [-Wunused-but-set-variable]
2162 | bool upperUnbounded = true;
| ^~~~~~~~~~~~~~
```
## How was this patch tested?
Existed CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]