From 1093bc8fb014705467e9ea6ee7edb9d00e54aa6a Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sat, 16 Mar 2019 15:28:05 +0100 Subject: [PATCH] :wrench: Travis gcc warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c7d79ce..a3d5682e 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ src/arg.o: .c.o: $(DEPDIR)/%.d $(info compile $(<:.c=)) - @${CC} $(DEPFLAGS) ${CFLAGS} -c $< -o $(<:.c=.o) + @${CC} $(DEPFLAGS) ${CFLAGS} ${CICFLAGS} -c $< -o $(<:.c=.o) @mv -f $(DEPDIR)/$(@F:.o=.Td) $(DEPDIR)/$(@F:.o=.d) && touch $@ @echo $@: config.mk >> $(DEPDIR)/$(@F:.o=.d) -- 2.43.0