diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2019-02-25 09:34:57 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2019-02-25 09:34:57 +0200 |
commit | 4780775e4772a495cbb5bcd364a93ccddfe7a7ea (patch) | |
tree | bcee26be3d76df2ccac9e9e91620e6f6e6e7b68b /GNUmakefile | |
parent | 8197b9b10901bb2f1d7b79d534ce6004349979b5 (diff) |
make: -Wno-unused-parameter typo
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index edfd4ba..ab2af3c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -29,7 +29,7 @@ $(bins): %: $(LINK.c) $(filter %.c %.a,$^) $(LDLIBS) -o $@ src/compiler/compiler.c: src/compiler/expr.lm src/compiler/types.lm -fspec-compiler-native.a: private override WARNINGS = -Wno-unusued-parameter +fspec-compiler-native.a: private override WARNINGS += -Wno-unused-parameter fspec-compiler-native.a: src/compiler/native.c fspec-compiler.a: private override WARNINGS = fspec-compiler.a: src/compiler/compiler.c fspec-compiler-native.a |