summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_gc.cc
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2018-04-25 09:30:56 +0200
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>2018-05-02 17:01:58 +0200
commit39ffec281af577c766c619d568f7a7051d108b00 (patch)
tree79c527cc3871b9b113f1aabffb3cef9647ebb7be /src/rgw/rgw_gc.cc
parentMerge PR #21762 into master (diff)
downloadceph-39ffec281af577c766c619d568f7a7051d108b00.tar.xz
ceph-39ffec281af577c766c619d568f7a7051d108b00.zip
misc: mark constructors as explicit
Set 218 constructors as explicit to avoid implicit usage. Fix for cppcheck warning: Class has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided. For more information check: https://www.codeproject.com/Articles/28663/Explicit-Constructor-in-C Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to 'src/rgw/rgw_gc.cc')
0 files changed, 0 insertions, 0 deletions