]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/cephfs: treat "implicit declaration of function" for blogbench workunit for newer... 68820/head
authorVenky Shankar <vshankar@redhat.com>
Wed, 18 Mar 2026 04:05:06 +0000 (09:35 +0530)
committerJos Collin <jcollin@redhat.com>
Fri, 8 May 2026 12:14:10 +0000 (17:44 +0530)
Fixes: http://tracker.ceph.com/issues/75380
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit e77c06e4c057fe66080e3d117133851dd4896958)

qa/workunits/suites/blogbench.sh

index ac76349fd8be2931777f8f3ac87d987e235fe9eb..915a71d652ede673958b8e980b6b29429607981c 100755 (executable)
@@ -7,6 +7,7 @@ wget http://download.ceph.com/qa/blogbench-1.0.tar.bz2
 tar -xvf blogbench-1.0.tar.bz2
 cd blogbench-1.0/
 echo "making blogbench"
+export CFLAGS="-Wno-error=implicit-function-declaration"
 ./configure
 make
 cd src