Project

General

Profile

Actions

Bug #49756

closed

unused variable warnings in rgw_crypt.cc

Added by Casey Bodley about 3 years ago. Updated almost 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
% Done:

0%

Source:
Tags:
sse
Backport:
pacific
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

[675/760] Building CXX object src/rgw/CMakeFiles/rgw_common.dir/rgw_crypt.cc.o
../src/rgw/rgw_crypt.cc:114:14: warning: unused variable 'b' [-Wunused-variable]
        auto b{o.begin()},e{o.end()};
             ^
../src/rgw/rgw_crypt.cc:114:27: warning: unused variable 'e' [-Wunused-variable]
        auto b{o.begin()},e{o.end()};
                          ^
Actions #1

Updated by Casey Bodley almost 3 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF