From: Venky Shankar Date: Wed, 18 Mar 2026 04:05:06 +0000 (+0530) Subject: qa/cephfs: treat "implicit declaration of function" for blogbench workunit for newer... X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=34b9a9dd692a29cee50b515da33bfbc08200d95a;p=ceph.git qa/cephfs: treat "implicit declaration of function" for blogbench workunit for newer gcc version Fixes: http://tracker.ceph.com/issues/75380 Signed-off-by: Venky Shankar (cherry picked from commit e77c06e4c057fe66080e3d117133851dd4896958) --- diff --git a/qa/workunits/suites/blogbench.sh b/qa/workunits/suites/blogbench.sh index ac76349fd8b..915a71d652e 100755 --- a/qa/workunits/suites/blogbench.sh +++ b/qa/workunits/suites/blogbench.sh @@ -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