This is an archive of the discontinued Mercurial Phabricator instance.

fuzz: suppress deprecated-register warnings in our compile
ClosedPublic

Authored by durin42 on Dec 6 2019, 3:51 PM.

Details

Summary

These come from the Python.h headers still using the register
keyword and our use of C++17. I think this will go away when we're
using Python 3 for our fuzzing, but that can come later.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped