[Fix](Status) Make Status [[nodiscard]] and handle returned Status correctly (#23395)
This commit is contained in:
@ -61,7 +61,7 @@ public:
|
||||
int i = 0;
|
||||
for (; i < max_step && !eos(); i++) {
|
||||
get_value(column);
|
||||
forward();
|
||||
static_cast<void>(forward());
|
||||
}
|
||||
return i;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user