changeset 2589:ba0f55e2f877

Pedantic triggers "ISO C99 requires at least one argument for the "..." in a variadic macro", so no.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Dec 2022 17:03:32 +0200
parents 0fc48cc02a83
children 0d6aa5cae517
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Thu Dec 08 16:10:38 2022 +0200
+++ b/Makefile.gen	Thu Dec 08 17:03:32 2022 +0200
@@ -24,7 +24,7 @@
 CFLAGS += -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_POSIX_C_SOURCE=200808L $(EXTRA_CFLAGS)
 CXXFLAGS = $(CFLAGS)
 CFLAGS += -std=c11
-CFLAGS += -pedantic
+#CFLAGS += -pedantic
 
 DM_CFLAGS += -I$(DMLIB_SRC) $(SDL_CFLAGS)
 DM_LDFLAGS += $(LDFLAGS)