##// END OF EJS Templates
fuzz: suppress deprecated-register warnings in our compile...
Augie Fackler -
r44250:28be1932 default draft
parent child Browse files
Show More
@@ -3,6 +3,8 b' CXX = clang++'
3
3
4 LIB_FUZZING_ENGINE ?= -lFuzzingEngine
4 LIB_FUZZING_ENGINE ?= -lFuzzingEngine
5
5
6 CXXFLAGS += -Wno-deprecated-register
7
6 all: bdiff mpatch xdiff
8 all: bdiff mpatch xdiff
7
9
8 pyutil.o: pyutil.cc pyutil.h
10 pyutil.o: pyutil.cc pyutil.h
General Comments 0
You need to be logged in to leave comments. Login now