]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: disable -Werror when building seastar
authorKefu Chai <kchai@redhat.com>
Thu, 21 Mar 2019 08:23:04 +0000 (16:23 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 21 Mar 2019 09:04:38 +0000 (17:04 +0800)
commit80edd351bff912d45d39ae9bea7e2832f213de3f
tree60e584b65ca7aeab6c1e466fd2d5da920d80e4e6
parent43d8d1962abcc2a6258418d8e0ad18c596f904f1
cmake: disable -Werror when building seastar

when building seastar with a recent fmt, fmt complains:

src/fmt/include/fmt/time.h:13:2: error: #warning fmt/time.h is
deprecated, use fmt/chrono.h instead [-Werror=cpp]
 #warning fmt/time.h is deprecated, use fmt/chrono.h instead
  ^~~~~~~

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt