mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 05:22:27 +03:00
Ignore unused return values for functions that care.
This commit is contained in:
parent
ac95c203d0
commit
06323bab3c
3
Makefile
3
Makefile
@ -86,7 +86,8 @@ CWFLAGS=-Wall \
|
|||||||
-Wno-sign-compare \
|
-Wno-sign-compare \
|
||||||
-Wno-unused-parameter \
|
-Wno-unused-parameter \
|
||||||
-Wno-missing-field-initializers \
|
-Wno-missing-field-initializers \
|
||||||
-Werror
|
-Wno-error=unused-result \
|
||||||
|
-Werror
|
||||||
|
|
||||||
ifdef NO_SILENT_RULES
|
ifdef NO_SILENT_RULES
|
||||||
%.o: %.c $(CORE)
|
%.o: %.c $(CORE)
|
||||||
|
Loading…
Reference in New Issue
Block a user