From 7ea2fe1cb0847e51bdf3e204a4012d72418cfc3d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 27 Jun 2024 12:29:35 -0700 Subject: [PATCH] Fix build of samba --- projects/samba/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/samba/build.sh b/projects/samba/build.sh index e066a972508b..2f7ee4d41486 100755 --- a/projects/samba/build.sh +++ b/projects/samba/build.sh @@ -15,6 +15,6 @@ # ################################################################################ -export CFLAGS="$CFLAGS -Wno-error=strict-prototypes" +export CFLAGS="$CFLAGS -Wno-error=strict-prototypes -Wno-error=format-truncation" # The real script is maintained in the Samba repo exec lib/fuzzing/oss-fuzz/build_samba.sh