Skip to content

Commit 661d0d8

Browse files
lxc: prepare for llvm 21
ref: #13915 (comment) Signed-off-by: David Korczynski <[email protected]>
1 parent 1e77a78 commit 661d0d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/lxc/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@
1414
# limitations under the License.
1515
#
1616
################################################################################
17+
18+
if [ -f /usr/local/bin/clang-21 ]; then
19+
export CFLAGS="${CFLAGS} -Wno-error=unterminated-string-initialization"
20+
fi
1721
src/tests/oss-fuzz.sh

0 commit comments

Comments
 (0)