Suppress clang -Wdeprecated-register warnings
commit445b59b1ca0bb58de38ec0de68b21f390d04b96d
authorOlly Betts <olly@survex.com>
Mon, 12 Mar 2018 05:59:27 +0000 (12 18:59 +1300)
committerOlly Betts <olly@survex.com>
Mon, 12 Mar 2018 05:59:27 +0000 (12 18:59 +1300)
treee6a628cf1bf7c764b707967940386f56003a3069
parent2d76f763b1b88068c1d685ac696b94c7c601770c
Suppress clang -Wdeprecated-register warnings

Clang++ 6 warns about uses register in C code in Python.h.  We can't
do anything about these (and they appear to have been removed in
Python 3.4 and later) so just suppress these warnings.
xapian-bindings/python/python.i
xapian-bindings/python3/python.i