aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/idea
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-08 16:24:48 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-08 16:24:48 +0100
commit4a3a66fca16b2094ff9c3f27fcaf0a70983663c3 (patch)
treeec8c8044f5da5f597faad8f76f5f12e43b583456 /test/monniaux/idea
parent4206ca72bb9abf32949e4d31983762e46ef114ad (diff)
downloadcompcert-kvx-4a3a66fca16b2094ff9c3f27fcaf0a70983663c3.tar.gz
compcert-kvx-4a3a66fca16b2094ff9c3f27fcaf0a70983663c3.zip
disable useless warnings
Diffstat (limited to 'test/monniaux/idea')
-rw-r--r--test/monniaux/idea/Makefile2
1 files changed, 1 insertions, 1 deletions
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