This is an automated email from the ASF dual-hosted git repository.

zhaokuo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new aa9221af8 Revert "fix warnings by -Wunused-but-set-variable"
aa9221af8 is described below

commit aa9221af8f8e7784caa5311c48ac0a47f67e8cfd
Author: zhaokuo <[email protected]>
AuthorDate: Fri May 17 19:01:32 2024 +0800

    Revert "fix warnings by -Wunused-but-set-variable"
    
    This reverts commit 30cc3b6cffaba83f1e8be6220760af40d32223c2.
---
 cpp/velox/substrait/SubstraitToVeloxPlan.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpp/velox/substrait/SubstraitToVeloxPlan.cc 
b/cpp/velox/substrait/SubstraitToVeloxPlan.cc
index 34ba6057c..b50f9bd34 100644
--- a/cpp/velox/substrait/SubstraitToVeloxPlan.cc
+++ b/cpp/velox/substrait/SubstraitToVeloxPlan.cc
@@ -2158,8 +2158,8 @@ void 
SubstraitToVeloxPlanConverter::constructSubfieldFilters(
       upperBound = getMax<NativeType>();
     }
 
-    [[maybe_unused]] bool lowerUnbounded = true;
-    [[maybe_unused]] bool upperUnbounded = true;
+    bool lowerUnbounded = true;
+    bool upperUnbounded = true;
     bool lowerExclusive = false;
     bool upperExclusive = false;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to