From: Fabrice Bellard Date: Tue, 25 Mar 2025 15:42:05 +0000 (+0100) Subject: added -Wno-infinite-recursion X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=2a4f629a3bcc99b33ce41414d2dd687562243506;p=quickjs.git added -Wno-infinite-recursion --- diff --git a/Makefile b/Makefile index 8314cb7..3655b29 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,7 @@ else HOST_CC=gcc CC=$(CROSS_PREFIX)gcc CFLAGS+=-g -Wall -MMD -MF $(OBJDIR)/$(@F).d - CFLAGS += -Wno-array-bounds -Wno-format-truncation + CFLAGS += -Wno-array-bounds -Wno-format-truncation -Wno-infinite-recursion ifdef CONFIG_LTO AR=$(CROSS_PREFIX)gcc-ar else