D7562: fuzz: suppress deprecated-register warnings in our compile

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Fri Dec 6 22:59:46 EST 2019


Closed by commit rHG28be1932f61f: fuzz: suppress deprecated-register warnings in our compile (authored by durin42).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7562?vs=18500&id=18513

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7562/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7562

AFFECTED FILES
  contrib/fuzz/Makefile

CHANGE DETAILS

diff --git a/contrib/fuzz/Makefile b/contrib/fuzz/Makefile
--- a/contrib/fuzz/Makefile
+++ b/contrib/fuzz/Makefile
@@ -3,6 +3,8 @@
 
 LIB_FUZZING_ENGINE ?= -lFuzzingEngine
 
+CXXFLAGS += -Wno-deprecated-register
+
 all: bdiff mpatch xdiff
 
 pyutil.o: pyutil.cc pyutil.h



To: durin42, #hg-reviewers, indygreg
Cc: mercurial-devel


More information about the Mercurial-devel mailing list