aboutsummaryrefslogtreecommitdiff
path: root/smash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'smash/Makefile')
-rw-r--r--smash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/smash/Makefile b/smash/Makefile
index 3f684cd..4deb244 100644
--- a/smash/Makefile
+++ b/smash/Makefile
@@ -1,5 +1,5 @@
unit_test_parser:
- gcc parser.c ../lib/cstr/cstr.c ../lib/malloc/malloc.c ../lib/sys/start.S -static -nostdlib -fno-stack-protector -o test -DPARSER_UNIT_TEST -g
+ gcc parser.c ../lib/cstr/cstr.c ../lib/malloc/malloc.c ../lib/sys/start.S -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -o test -DPARSER_UNIT_TEST -g
./test
unit_test_variables: