git-tag-release: Make deprecation warnings non-fatal
commit8d087926281cb9fee11a47402887734aa19add90
authorOlly Betts <olly@survex.com>
Tue, 26 Sep 2017 22:41:24 +0000 (27 11:41 +1300)
committerOlly Betts <olly@survex.com>
Tue, 26 Sep 2017 22:51:39 +0000 (27 11:51 +1300)
tree5703fd58439972746d2dc9613e6ac333bdadf0a1
parent0030465ec8030619dcc14144871ec646e9a24fd5
git-tag-release: Make deprecation warnings non-fatal

The code on this branch still uses std::auto_ptr, which was
deprecated in C++11 and is due to be removed from the C++17
standard.  Current compilers give deprecation warnings about
it, so just make these non-fatal.

Switching all uses to std::unique_ptr doesn't just work, and it
doesn't seem worth expending a lot of effort on this for a branch
that we're about to retire.
xapian-maintainer-tools/git-tag-release