Skip to content

2.27.0.0-b556

@es1024 es1024 tagged this 11 Sep 17:12
Summary:
A couple places in code have dangling references in the form of:
```
  const auto& variable = function_that_returns_value();
```
These were caught by the `-Wdangling-references` warning in newer versions of GCC (than we normally build with).

This change removes the references.
Jira: DB-18255

Test Plan: Jenkins

Reviewers: asrivastava

Reviewed By: asrivastava

Subscribers: ybase, yql

Differential Revision: https://phorge.dev.yugabyte.com/D46646
Assets 2
Loading