]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake/arrow: don't treat warnings as errors 55303/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 24 Jan 2024 14:44:25 +0000 (09:44 -0500)
committerCasey Bodley <cbodley@redhat.com>
Wed, 24 Jan 2024 14:47:05 +0000 (09:47 -0500)
commit5c1a57a1afed1e4a632fb6df6de34ff9689460db
tree4b955f6fc1ed3c681806d0222a859e0effb8f710
parentf4758e560ff027fb8e54717f620f0962b4fa0d37
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>
cmake/modules/BuildArrow.cmake