From 4a3a66fca16b2094ff9c3f27fcaf0a70983663c3 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Fri, 8 Mar 2019 16:24:48 +0100 Subject: disable useless warnings --- test/monniaux/idea/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monniaux/idea/Makefile') diff --git a/test/monniaux/idea/Makefile b/test/monniaux/idea/Makefile index 75b7ce43..4637a3a4 100644 --- a/test/monniaux/idea/Makefile +++ b/test/monniaux/idea/Makefile @@ -8,7 +8,7 @@ idea.gcc.host: idea.c idea.h ../clock.gcc.host.o $(CC) $(CFLAGS) idea.c ../clock.gcc.host.o -o $@ idea.ccomp.host: idea.c idea.h ../clock.gcc.host.o - $(CCOMP) $(CFLAGS) idea.c ../clock.gcc.host.o -o $@ + $(CCOMP) $(CCOMPFLAGS) idea.c ../clock.gcc.host.o -o $@ idea.gcc.k1c.s idea.ccomp.k1c.s idea_run.gcc.k1c.s: idea.h -- cgit