Skip to content

Commit

Permalink
Fix build of samba
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton authored and catenacyber committed Sep 25, 2024
1 parent 52be7be commit 7ea2fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/samba/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7ea2fe1

Please sign in to comment.