From: Yehuda Sadeh Date: Fri, 15 Jan 2016 18:53:38 +0000 (-0800) Subject: rgw: replace #warning with a comment X-Git-Tag: v10.1.0~354^2~45 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7a78b0ef14b9951583804e1306b5d98a0843cf76;p=ceph.git rgw: replace #warning with a comment not going to fix it now Signed-off-by: Yehuda Sadeh --- diff --git a/src/rgw/rgw_data_sync.cc b/src/rgw/rgw_data_sync.cc index 2c468c5c698b..2507d31aeb3c 100644 --- a/src/rgw/rgw_data_sync.cc +++ b/src/rgw/rgw_data_sync.cc @@ -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);