]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: Disable incompatible warning flags for Breakpad
authorMarcel Lauhoff <marcel.lauhoff@clyso.com>
Mon, 17 Feb 2025 16:48:14 +0000 (17:48 +0100)
committerMarcel Lauhoff <marcel.lauhoff@clyso.com>
Tue, 13 May 2025 10:40:18 +0000 (12:40 +0200)
commit92e115f9c5cb8ccb15aecce88da05ff002ebd3d4
treeecbac4856d9ae7f9f7768dc80116bbebba5111a0
parentcf7d43aec7a52891ee009522be1f1d88cba237ba
cmake: Disable incompatible warning flags for Breakpad

Explicitly disable incompatible `-Warray-bounds` and
`-Wmaybe-uninitialized`. These aren't normally enabled as
compile-failing errors, except when building RPMs on CentOS9.

Signed-off-by: Marcel Lauhoff <marcel.lauhoff@clyso.com>
src/CMakeLists.txt