From 7a78b0ef14b9951583804e1306b5d98a0843cf76 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Fri, 15 Jan 2016 10:53:38 -0800 Subject: [PATCH] rgw: replace #warning with a comment not going to fix it now Signed-off-by: Yehuda Sadeh --- src/rgw/rgw_data_sync.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rgw/rgw_data_sync.cc b/src/rgw/rgw_data_sync.cc index 2c468c5c698..2507d31aeb3 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); -- 2.47.3