]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: disable warnings using -Wno-everything 49403/head
authorKefu Chai <kchai@redhat.com>
Tue, 13 Dec 2022 07:14:20 +0000 (15:14 +0800)
committerKefu Chai <tchaikov@gmail.com>
Tue, 13 Dec 2022 07:18:03 +0000 (15:18 +0800)
commit231ed5549bee0f97f389d245f8755629b19ce289
tree87e174ed2585078a7c33f18d3c1732f98ad59000
parent57d7bf120eace5245d06d329787e12236853ff3b
cmake: disable warnings using -Wno-everything

we are not interested in the compiling warning when building
Boost, and even worse we don't want to fail the build because of
the warnings which default to error. and "-w" does not disable
them for us. see also the discussion at
https://reviews.llvm.org/D131307.

to fully disable the warnings, let's add -Wno-everything to the
cflags.

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/BuildBoost.cmake