]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Travis gcc warnings
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 16 Mar 2019 14:28:05 +0000 (15:28 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 16 Mar 2019 14:28:05 +0000 (15:28 +0100)
Makefile

index 7c7d79ce86057ec988614d519b2e71e5b7e88144..a3d5682e8d26c5ece24aabb45b70142528cc72df 100644 (file)
--- 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)