aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJose Luis Marti <joseluis.marti@gmail.com>2024-07-22 18:57:32 +0200
committerJose Luis Marti <joseluis.marti@gmail.com>2024-07-24 19:30:16 +0200
commit7c39e5fda8a65a5041cd2a9091c7e6e480a4c6ae (patch)
treea3af6395bf82aafaa7abe1370685fe4df4945404 /tools
parentc3c9cd67d045c57f35419822fb9deb3329863d77 (diff)
[gnutls] Retain the warning behavior of implicit function declarations and incompatible integer to pointer conversion
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/gnutls/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/gnutls/Makefile b/tools/depends/target/gnutls/Makefile
index 1b1e5e3287..609180b6b9 100644
--- a/tools/depends/target/gnutls/Makefile
+++ b/tools/depends/target/gnutls/Makefile
@@ -35,7 +35,7 @@ CONFIGURE=./configure --prefix=$(PREFIX) \
$(CONFIGURE_OPTIONS)
# LLVM 15 has raised this to error by default. drop back to warning
-CFLAGS+= -Wno-error=implicit-int
+CFLAGS+= -Wno-error=implicit-int -Wno-error=implicit-function-declaration -Wno-error=int-conversion
export CFLAGS
LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a