Skip to content

Commit fd908f7

Browse files
committed
Bail out of -Wformat because of IDA's %a specifier.
1 parent db6edf3 commit fd908f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ NAME = patchdiff2
55
SOURCES = $(filter-out win_fct.cpp,$(notdir $(wildcard *.cpp *.cc *.c)))
66

77
# Use -isystem to not warn on the crappy IDA headers
8-
COMMON_FLAGS = -D__PLUGIN__ -D__MAC__ -isystem "$(IDAINC)" -arch i386 $(EA64) -Werror -g
8+
COMMON_FLAGS = -D__PLUGIN__ -D__MAC__ -isystem "$(IDAINC)" -arch i386 $(EA64) -Werror -g -Wno-format
99
CFLAGS = $(COMMON_FLAGS)
1010
CXXFLAGS = $(COMMON_FLAGS) -std=c++11
1111
# It had --shared, --no-undefined and -Wl

0 commit comments

Comments
 (0)