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 \