We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb1d98 commit 6588d9eCopy full SHA for 6588d9e
projects/samba/build.sh
@@ -17,7 +17,7 @@
17
18
export CFLAGS="$CFLAGS -Wno-error=strict-prototypes -Wno-error=format-truncation"
19
20
-if [ -f /usr/local/bin/clang-21 ]; then
+if [ -f /usr/local/bin/clang-22 ]; then
21
export CFLAGS="${CFLAGS} -Wno-error=uninitialized-const-pointer -Wno-error=sometimes-uninitialized"
22
fi
23
# The real script is maintained in the Samba repo
0 commit comments