From 828f61c4e9289a523051f6836650f15d4cc7104e Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sat, 24 Sep 2022 21:13:14 +0000 Subject: [PATCH] Warnings. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3988 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5943713f..5a164f4c 100644 --- a/Makefile +++ b/Makefile @@ -139,7 +139,9 @@ $(UV_OBJS): CFLAGS += \ -Wno-incompatible-pointer-types \ -Wno-sign-compare \ -Wno-unused-variable \ - -D_GNU_SOURCE \ + -Wno-dangling-pointer \ + -Wno-maybe-uninitialized \ + -D_GNU_SOURCE SODIUM_SOURCES := \ deps/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c \