]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake/arrow: don't treat warnings as errors 57375/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 24 Jan 2024 14:44:25 +0000 (09:44 -0500)
committerCasey Bodley <cbodley@redhat.com>
Thu, 9 May 2024 14:46:01 +0000 (10:46 -0400)
commit7ecee431f6f3499730c5425b9b2930df8d61c159
treeb6316dd2baf06e50cc6ff981ec6e781f99467e7d
parentbb42425d96cca065774968aa0a20e0cceb3da0f3
cmake/arrow: don't treat warnings as errors

with arrow's default BUILD_WARNING_LEVEL, -Werror is added to cflags and
debug builds fail on a warning about _FORTIFY_SOURCE

Fixes: https://tracker.ceph.com/issues/63130
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 5c1a57a1afed1e4a632fb6df6de34ff9689460db)
cmake/modules/BuildArrow.cmake