comparison Makefile.gen @ 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 e63f0ca2e7dc
children
comparison
equal deleted inserted replaced
2588:0fc48cc02a83 2589:ba0f55e2f877
22 endif 22 endif
23 23
24 CFLAGS += -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_POSIX_C_SOURCE=200808L $(EXTRA_CFLAGS) 24 CFLAGS += -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_POSIX_C_SOURCE=200808L $(EXTRA_CFLAGS)
25 CXXFLAGS = $(CFLAGS) 25 CXXFLAGS = $(CFLAGS)
26 CFLAGS += -std=c11 26 CFLAGS += -std=c11
27 CFLAGS += -pedantic 27 #CFLAGS += -pedantic
28 28
29 DM_CFLAGS += -I$(DMLIB_SRC) $(SDL_CFLAGS) 29 DM_CFLAGS += -I$(DMLIB_SRC) $(SDL_CFLAGS)
30 DM_LDFLAGS += $(LDFLAGS) 30 DM_LDFLAGS += $(LDFLAGS)
31 31
32 32