diff options
Diffstat (limited to 'tools/depends/target/samba-gplv3/Makefile')
-rw-r--r-- | tools/depends/target/samba-gplv3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/depends/target/samba-gplv3/Makefile b/tools/depends/target/samba-gplv3/Makefile index 9e1c623e75..20a77dfe42 100644 --- a/tools/depends/target/samba-gplv3/Makefile +++ b/tools/depends/target/samba-gplv3/Makefile @@ -52,6 +52,9 @@ else endif endif +# LLVM 15 has raised this to error by default. drop back to warning +CFLAGS+= -Wno-error=int-conversion + export PERL5LIB:=$(PERLMODULE):$(PERL5LIB) export CC CXX CPP AR RANLIB LD AS NM STRIP TOOLCHAIN |