Add missing-prototypes warning option (#1347)
This commit is contained in:
parent
1d1bc8ff8a
commit
171f28e1d4
2
Makefile
2
Makefile
|
@ -40,7 +40,7 @@ ifneq (,$(findstring yes,$(CAPSTONE_X86_ATT_DISABLE)))
|
|||
CFLAGS += -DCAPSTONE_X86_ATT_DISABLE
|
||||
endif
|
||||
|
||||
CFLAGS += -fPIC -Wall -Wwrite-strings -Iinclude
|
||||
CFLAGS += -fPIC -Wall -Wwrite-strings -Wmissing-prototypes -Iinclude
|
||||
|
||||
ifeq ($(CAPSTONE_USE_SYS_DYN_MEM),yes)
|
||||
CFLAGS += -DCAPSTONE_USE_SYS_DYN_MEM
|
||||
|
|
Loading…
Reference in New Issue