]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: replace #warning with a comment
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 15 Jan 2016 18:53:38 +0000 (10:53 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 12 Feb 2016 00:13:56 +0000 (16:13 -0800)
not going to fix it now

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_data_sync.cc

index 2c468c5c698b3227396875e126a7837f9eb24621..2507d31aeb3c70a1604f670d7387dc9d1f425e7d 100644 (file)
@@ -1616,7 +1616,8 @@ struct bucket_list_entry {
     struct tm t;
     if (parse_iso8601(mtime_str.c_str(), &t)) {
       time_t sec = timegm(&t);
-#warning more high def clock?
+
+      /* FIXME: eventually we'll want to have a high def clock for rgw objects */
       mtime = utime_t(sec, 0);
     }
     JSONDecoder::decode_json("ETag", etag, obj);