From: fennecdjay Date: Sat, 16 Mar 2019 14:28:05 +0000 (+0100) Subject: :wrench: Travis gcc warnings X-Git-Tag: nightly~2626 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=1093bc8fb014705467e9ea6ee7edb9d00e54aa6a;p=gwion.git :wrench: Travis gcc warnings --- 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)