We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6edf3 commit fd908f7Copy full SHA for fd908f7
1 file changed
Makefile
@@ -5,7 +5,7 @@ NAME = patchdiff2
5
SOURCES = $(filter-out win_fct.cpp,$(notdir $(wildcard *.cpp *.cc *.c)))
6
7
# Use -isystem to not warn on the crappy IDA headers
8
-COMMON_FLAGS = -D__PLUGIN__ -D__MAC__ -isystem "$(IDAINC)" -arch i386 $(EA64) -Werror -g
+COMMON_FLAGS = -D__PLUGIN__ -D__MAC__ -isystem "$(IDAINC)" -arch i386 $(EA64) -Werror -g -Wno-format
9
CFLAGS = $(COMMON_FLAGS)
10
CXXFLAGS = $(COMMON_FLAGS) -std=c++11
11
# It had --shared, --no-undefined and -Wl
0 commit comments