Skip to content

Commit 6588d9e

Browse files
samba: prepare for llvm 22 upgrade (#13958)
1 parent cbb1d98 commit 6588d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/samba/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
export CFLAGS="$CFLAGS -Wno-error=strict-prototypes -Wno-error=format-truncation"
1919

20-
if [ -f /usr/local/bin/clang-21 ]; then
20+
if [ -f /usr/local/bin/clang-22 ]; then
2121
export CFLAGS="${CFLAGS} -Wno-error=uninitialized-const-pointer -Wno-error=sometimes-uninitialized"
2222
fi
2323
# The real script is maintained in the Samba repo

0 commit comments

Comments
 (0)