]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/librgw_file_aw.cc
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / test / librgw_file_aw.cc
index 337cd25a03bb2be92c0e5ed3c9c610f95a2cb0a5..859cd14074dc2a4efe10967ad1b15d003af76e81 100644 (file)
@@ -75,7 +75,7 @@ namespace {
     std::vector<ZPage*> pages;
     struct iovec* iovs;
 
-    ZPageSet(int n) {
+    explicit ZPageSet(int n) {
       pages.reserve(n);
       iovs = (struct iovec*) calloc(n, sizeof(struct iovec));
       for (int page_ix = 0; page_ix < n; ++page_ix) {
@@ -414,7 +414,7 @@ int main(int argc, char *argv[])
     }
   }
 
-  /* dont accidentally run as anonymous */
+  /* don't accidentally run as anonymous */
   if ((access_key == "") ||
       (secret_key == "")) {
     std::cout << argv[0] << " no AWS credentials, exiting" << std::endl;