Skip to content

Commit

Permalink
Add missing-prototypes warning option (capstone-engine#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
farao authored and aquynh committed Jan 21, 2019
1 parent 9cd94ca commit d0e932f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0e932f

Please sign in to comment.