diff options
| author | Robert Norton | 2018-07-05 16:30:31 +0100 |
|---|---|---|
| committer | Robert Norton | 2018-07-05 17:14:37 +0100 |
| commit | e5654331c24391e984484e590993887b499af9f8 (patch) | |
| tree | 07d59494a55a0487a039ac28b0dc86554f9339d4 /mips/Makefile | |
| parent | 86194c561fbb9ea24b28f413f16211d5920bb362 (diff) | |
mips: ignore unused functions warnings caused by making some functions static.
Diffstat (limited to 'mips/Makefile')
| -rw-r--r-- | mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mips/Makefile b/mips/Makefile index d3a21957..f8b7588f 100644 --- a/mips/Makefile +++ b/mips/Makefile @@ -18,7 +18,7 @@ mips: $(MIPS_PRE) $(MIPS_TLB) $(MIPS_SAILS) $(MIPS_MAIN) ../sail mips.c: $(MIPS_PRE) $(MIPS_TLB) $(MIPS_SAILS) $(MIPS_MAIN) Makefile ../sail $(SAIL) -O -memo_z3 -c $(filter %.sail, $^) 1> $@ -C_WARNINGS=-Wall -Wno-unused-but-set-variable -Wno-unused-label -Wno-maybe-uninitialized -Wno-return-type +C_WARNINGS=-Wall -Wno-unused-but-set-variable -Wno-unused-label -Wno-unused-function -Wno-maybe-uninitialized -Wno-return-type C_OPT=-O2 GCOV_FLAGS= mips_c: mips.c ../lib/sail.h ../lib/*.c Makefile |
